mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSaddon::samba: fix home and profile path formats
This commit is contained in:
parent
1169772c4a
commit
822d777dfd
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ define('LS_SAMBA_GIDNUMBER_ATTR','gidNumber');
|
|||
define('LS_SAMBA_USERPASSWORD_ATTR','userPassword');
|
||||
|
||||
// Format of the users's home directory value
|
||||
define('LS_SAMBA_HOME_PATH_FORMAT','\\SERVER\%{uid}');
|
||||
define('LS_SAMBA_HOME_PATH_FORMAT','\\\\SERVER\\%{uid}');
|
||||
|
||||
// Format of the users's samba profile path value
|
||||
define('LS_SAMBA_PROFILE_PATH_FORMAT','\\SERVER\profiles\%{uid}');
|
||||
define('LS_SAMBA_PROFILE_PATH_FORMAT','\\SERVER\\profiles\\%{uid}');
|
||||
|
|
Loading…
Reference in a new issue