This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 13 lines
!!!Driver Naming
Driver writers must follow this guideline and name their driver compliant to this convention:
{{{
<type>[-<system>][-<seq#>]
}}}
* type: Type of the driver: jdbc, ad, dt, nt4, edir, etc.
* system: Name of the system this driver talks to. E.g. the name of the AD domain or
the Exchange Site.
* seq#: To differentiate multiple drivers connecting to the same application
!Samples:
* ad-mydomain
* edir-infratree-1
* edir-infratree-2