Skip to content

Commit e9b0ab3

Browse files
committed
fixed default template, an extinct placeholder was used
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 0b51150 commit e9b0ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Service/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ public function getUserTemplate() {
5858

5959
public function getUserTemplateDefault() {
6060
return
61-
'dn: uid={RND_UID},{BASE}' . PHP_EOL .
61+
'dn: uid={UID},{BASE}' . PHP_EOL .
6262
'objectClass: inetOrgPerson' . PHP_EOL .
6363
'objectClass: person' . PHP_EOL .
64-
'uid: {RND_UID}' . PHP_EOL .
64+
'uid: {UID}' . PHP_EOL .
6565
'displayName: {UID}' . PHP_EOL .
6666
'cn: {UID}' . PHP_EOL .
6767
'sn: {UID}' . PHP_EOL .

0 commit comments

Comments
 (0)