Skip to content

Commit 6310f71

Browse files
committed
debug
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent e9b0ab3 commit 6310f71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/LDAPUserManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ public function createUser($username, $password) {
232232
$newUserDN = $this->ldapProvider->sanitizeDN([$newUserDN])[0];
233233
$this->ensureAttribute($newUserEntry, $displayNameAttribute, $username);
234234

235+
var_dump($newUserEntry);
236+
235237
$ret = ldap_add($connection, $newUserDN, $newUserEntry);
236238
$message = $ret
237239
? 'Create LDAP user \{$username}\' ({dn}'

0 commit comments

Comments
 (0)