This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| c-services:ldapmodify [2023/04/12 18:22] – [ldadmodify installieren unter Linux (am Beispiel Ubuntu)] dxu | c-services:ldapmodify [2025/05/18 19:07] (current) – [Daten abrufen] ramzi | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| < | < | ||
| sudo apt install ldap-utils | sudo apt install ldap-utils | ||
| + | </ | ||
| + | |||
| + | ===== Daten abrufen ===== | ||
| + | |||
| + | < | ||
| + | NICK="< | ||
| + | ldapsearch | ||
| </ | </ | ||
| Line 19: | Line 26: | ||
| < | < | ||
| NICK="< | NICK="< | ||
| - | cat <<EOF | ldapmodify -h lea.cbrp3.c-base.org -D "uid=${NICK}, | + | cat <<EOF | ldapmodify -Z -H ldap://lea.cbrp3.c-base.org -D " |
| dn: uid=${NICK}, | dn: uid=${NICK}, | ||
| changeType: modify | changeType: modify | ||
| Line 28: | Line 35: | ||
| * `< | * `< | ||
| + | |||
| + | ===== Weitere Infos ===== | ||
| + | |||
| + | [[: | ||
| + | |||