A
A
Anton Shvets2016-07-25 16:20:33
LDAP
Anton Shvets, 2016-07-25 16:20:33

How to add an email field to a user in LDAP?

Installed slapd, use phpLDAPadmin for management
Added users
here is an example user

# Entry 1: uid=test,ou=People,dc=ldap,dc=qbik
dn: uid=test,ou=People,dc=ldap,dc=qbik
cn: testuser
description: User account
gecos: test
gidnumber: 10004
homedirectory: /home/test
loginshell: /bin/bash
objectclass: account
objectclass: posixAccount
uid: test
uidnumber: 10015
userpassword: {SSHA}waNDaGkiAelA8J9Yk4yAiRZhffJvkP6L

How can I add the user information about his e-mail address?
The list of attributes that can be added only includes host, localityName, organizationName, organizationalUnitName, seeAlso

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Podporin, 2016-07-25
@gremlin_tomsk

0)Add objectclass inetOrgPerson,top to user
1)You can install Apache Directory Studio™ and do everything in it
2)how was phpldapadmin installed?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question