Fix register LDIF

This commit is contained in:
Citlali del Rey 2022-10-15 13:57:57 -07:00
parent 30902a0912
commit 33754c65cf
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 3 additions and 2 deletions

View File

@ -149,12 +149,13 @@ IP: $fromIP
Conformation LDIF:
dn: $userDN
changetype: moddn
newrdn: CN=$username
newsuperior: ou=Dogs,dc=unix,dc=dog
deleteoldrdn: 1
-
dn: $groupDN
changetype: moddn
newsuperior: ou=Group,dc=unix,dc=dog
newrdn: CN=$username
newsuperior: ou=User Groups,ou=Group,dc=unix,dc=dog
deleteoldrdn: 1"
);