### Set this to the URL of your LDAP server: java.naming.provider.url,LDAP://192.168.11.11:389/ ### The user used by software to connect to system: java.naming.security.principal,CN=FastBugTrack,OU=Users,OU=server2003,DC=alceatech,DC=com java.naming.security.credentials,password123 # This indicates whether the server can: # 0 - connect securely then search # 1 - connect anonymously and search directly... AuthenticateType,0 # Uncomment the following line if you do not want the # system to fallback to authentication against the # users.cfg file (authentication done by FIT, not LDAP) #DisableAuthenticateFallback,1 # If the system will actively create users on sync... # (Set values to group names that users belong to) pollAdminAttribute,memberOf pollAdminValue,CN=FITAdmin,OU=Users,OU=server2003,DC=alceatech,DC=com pollNormalAttribute,memberOf pollNormalValue,CN=FITNormal,OU=Users,OU=server2003,DC=alceatech,DC=com pollReadonlyAttribute,memberOf pollReadonlyValue,CN=FITReadonly,OU=Users,OU=server2003,DC=alceatech,DC=com # Only allow ldap users to login if in the above groups # (comment line to allow all LDAP users) usersMustBeFitType,1 # When creating users on sync, use another user's profile # for default settings: #adminDefaultProfile,Default #normalDefaultProfile,Default #readonlyDefaultProfile,Default # The sync time is in the format: # HHMM # 1315 = 1:15 pm... # Comment to disable sync SyncTime,0500 ### Typical Active Directory settings: DNsuffix,,DC=alceatech,DC=com DNprefix,CN= searchArg0,DC=alceatech,DC=com searchArg1,sAMAccountName searchArg2,distinguishedName returnNameSuffix,,DC=alceatech,DC=com mailAttribute,mail groupAttribute,memberOf groupPrefix,CN= groupSuffix,,OU= list,DC=alceatech,DC=com lnameAttribute,sn fnameAttribute,givenname # Create and set email address/usertag # using lname and fname attributes # (note that setting createEmailAddress # overrides the mailAttribute setting). # Use convertEmailSpacesTo to convert spaces # in constructed email address to another character. #createEmailAddress,fname lname@alceatech.com #convertEmailSpacesTo,. #Constuct the usertag using lname and fname attributes usertag,lname, fname #alternate formats for usertags, in case #the first one does not work usertag1,lname usertag2,fname ### Override: #CreateAdminUser,override #CreateAdminPassword,override ### Things that won't likely change below here... java.naming.factory.initial,com.sun.jndi.ldap.LdapCtxFactory java.naming.security.authentication,simple java.naming.referral,follow