mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
fix class.auth.ldap.php
This commit is contained in:
parent
4228bc2a1a
commit
02e0f92f07
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
class ldapDcAuth extends dcAuth
|
class ldapDcAuth extends Auth
|
||||||
{
|
{
|
||||||
# The user can't change his password
|
# The user can't change his password
|
||||||
protected $allow_pass_change = false;
|
protected $allow_pass_change = false;
|
||||||
|
|
Loading…
Reference in a new issue