### Set this to the URL of your LDAP server: java.naming.provider.url,LDAP://localhost:389/ ### The user used by software to connect to the system: # java.naming.security.principal,CN=cjustus # 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,member pollAdminValue,CN=FITAdmin pollNormalAttribute,member pollNormalValue,CN=FITNormal pollReadonlyAttribute,member pollReadonlyValue,CN=FITReadonly # 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, DNprefix,CN= searchArg0, searchArg1,uid searchArg2,cn searchArg3,cn returnNameSuffix, mailAttribute,mail groupAttribute,member groupPrefix,CN= groupSuffix, 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