LDAP
From Antiflux Wiki
(Difference between revisions)
m |
|||
| (2 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| - | Find a user by username | + | ==Find a user by username== |
<code>ldapsearch -x uid=«username»</code> | <code>ldapsearch -x uid=«username»</code> | ||
| - | + | ==Add a record== | |
<code>ldapadd -xW -D cn=admin,dc=antiflux,dc=org < «file.ldif»</code> | <code>ldapadd -xW -D cn=admin,dc=antiflux,dc=org < «file.ldif»</code> | ||
| + | |||
| + | ==Copy user from /etc/passwd to LDAP== | ||
| + | <code>sudo ldif-from-password «username» | ldapadd -xW -D cn=admin,dc=antiflux,dc=org</code> | ||
| + | |||
| + | [[Category:Admin]] | ||
Current revision
Find a user by username
ldapsearch -x uid=«username»
Add a record
ldapadd -xW -D cn=admin,dc=antiflux,dc=org < «file.ldif»
Copy user from /etc/passwd to LDAP
sudo ldif-from-password «username» | ldapadd -xW -D cn=admin,dc=antiflux,dc=org
