mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
param: turn ldap user suffix into a generated function
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
10b36db706
commit
e65b7ec877
@ -1,7 +1,7 @@
|
||||
<samba:parameter name="ldap user suffix"
|
||||
context="G"
|
||||
type="string"
|
||||
generated_function="0"
|
||||
function="_ldap_user_suffix"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>
|
||||
|
@ -255,7 +255,6 @@ enum case_handling {CASE_LOWER,CASE_UPPER};
|
||||
int CupsEncrypt; \
|
||||
int iPreferredMaster; \
|
||||
char *szLdapMachineSuffix; \
|
||||
char *_ldap_user_suffix; \
|
||||
char *szLdapIdmapSuffix; \
|
||||
char *szIdmapUID; \
|
||||
char *szIdmapGID; \
|
||||
|
Loading…
Reference in New Issue
Block a user