SHOW:
|
|
- or go back to the newest paste.
1 | root@amahoro:~# ldapmodify -x -W -D 'cn=Manager,dc=amahoro,dc=bi' | |
2 | Enter LDAP Password: | |
3 | dn: uid=stefano,cn=Admins,dc=amahoro,dc=bi | |
4 | - | changetype: modify |
4 | + | changetype: add |
5 | - | replace: uidNumber |
5 | + | add: uidNumber |
6 | uidNumber: 1001 | |
7 | ||
8 | - | modifying entry "uid=stefano,cn=Admins,dc=amahoro,dc=bi" |
8 | + | adding new entry "uid=stefano,cn=Admins,dc=amahoro,dc=bi" |
9 | ldap_add: Undefined attribute type (17) | |
10 | additional info: add: attribute type undefined |