This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
c-services:ldapmodify [2023/04/11 17:24] – [Änderung durchführen] baccenfutter | c-services:ldapmodify [2023/10/11 12:28] (current) – Add -Z parameter to enable STARTTLS uk | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ldapmodify ====== | ====== ldapmodify ====== | ||
- | ===== ldadmodify | + | ===== ldapmodify |
< | < | ||
Line 7: | Line 7: | ||
</ | </ | ||
+ | ===== ldapmodify installieren unter Linux (am Beispiel Ubuntu) ===== | ||
+ | |||
+ | < | ||
+ | sudo apt install ldap-utils | ||
+ | </ | ||
===== Änderung durchführen ===== | ===== Änderung durchführen ===== | ||
Line 14: | Line 19: | ||
< | < | ||
NICK="< | NICK="< | ||
- | cat <<EOF | ldapmodify -h lea.cbrp3.c-base.org -D "uid=${NICK}, | + | cat <<EOF | ldapmodify |
dn: uid=${NICK}, | dn: uid=${NICK}, | ||
changeType: modify | changeType: modify | ||
Line 23: | Line 28: | ||
* `< | * `< | ||
+ | |||
+ | ===== Weitere Infos ===== | ||
+ | |||
+ | [[: | ||
+ | |||