This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
c-services:ldapmodify [2023/04/18 19:27] uk |
c-services:ldapmodify [2023/10/11 14:28] (current) uk Add -Z parameter to enable STARTTLS |
||
---|---|---|---|
Line 19: | Line 19: | ||
<code> | <code> | ||
NICK="<you-crew-name>" | NICK="<you-crew-name>" | ||
- | cat <<EOF | ldapmodify -h lea.cbrp3.c-base.org -D "uid=${NICK},ou=crew,dc=c-base,dc=org" -W | + | cat <<EOF | ldapmodify -Z -h lea.cbrp3.c-base.org -D "uid=$NICK,ou=crew,dc=c-base,dc=org" -W |
dn: uid=${NICK},ou=crew,dc=c-base,dc=org | dn: uid=${NICK},ou=crew,dc=c-base,dc=org | ||
changeType: modify | changeType: modify |