HKUST LDAP Service

Server Settings

    Server Alias Name: ldap.ust.hk
    Port Number: 389
    Search Root/Base DN: o=ust.hk
    

Directory Information Tree (DIT), Schema and Attributes

LDAP organizes directory in tree-like structure into DIT (Directory Information Tree). You can get more information about this in section Understanding LDAP. We organized the DIT in following structure:

The following are the attributes stored in a users' DN entry that you may find interest:
Attribute NameDescription
cnFull name
cn;lang-zh-twChinese full name in BIG5 code
snSurname or first name
givenNameGiven name or last name
personalTitleTitle such as Prof, Dr, Mr, Miss, Mrs
ouOrganization unit, i.e. department name
departmentCodeDepartment code, such as ITSC, PAO, complete listings found in here
titleFunctional title in department
telephoneNumberOffice telephone number
roomNumberOffice room number
descriptionPersonal remarks
mailEmail address
uidITSC account name
userClassClass of user, such as staff, undergrad and postgrad

Back | Next to LDAP Applications in HKUST