These constants, used throughout the program, are placed at the top for easy modification.
The name of the LDAP attribute that contains the user's account name.
#================================================================ # Manifest constants #---------------------------------------------------------------- UID_ATTR = "uid"
The name of the LDAP attribute that contain's the user's full name (first plus last).
GECOS_ATTR = "gecos"
The URL for our LDAP server.
LDAP_SERVER = "ldaps://ldap0.nmt.edu:636"
The distinguished name (DN) of the LDAP root node for user accounts.
ACCOUNTS_DN = "ou=accounts,dc=tcc,dc=nmt,dc=edu"