LDAP
From Antiflux Wiki
(Difference between revisions)
(added section header, section on migrationtools) |
|||
(One intermediate revision not shown.) | |||
Line 5: | Line 5: | ||
<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