diff options
Diffstat (limited to 'inc/auth_ldap.php')
-rw-r--r-- | inc/auth_ldap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth_ldap.php b/inc/auth_ldap.php index 1ab5206a7..6c852810d 100644 --- a/inc/auth_ldap.php +++ b/inc/auth_ldap.php @@ -199,7 +199,7 @@ function auth_getUserData($user){ * * @author Andreas Gohr <andi@splitbrain.org> */ -function auth_createUser($user,$name,$mail){ +function auth_createUser($user,$pass,$name,$mail){ msg("Sorry. Creating users is not supported by the LDAP backend",-1); return null; } |