diff --git a/contrib/openldap/core-fd-conf.schema b/contrib/openldap/core-fd-conf.schema index ffcd9d4c170c23693669e3b7bfe697402fa82713..0db3f0fdba060ea5bee1d18c10db851329b048c6 100644 --- a/contrib/openldap/core-fd-conf.schema +++ b/contrib/openldap/core-fd-conf.schema @@ -70,6 +70,7 @@ attributetype ( 1.3.6.1.4.1.38414.8.12.3 NAME 'fdNextIdHook' attributetype ( 1.3.6.1.4.1.38414.8.12.4 NAME 'fdIdGenerator' DESC 'FusionDirectory - An automatic way to generate new user ids' + OBSOLETE EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 diff --git a/plugins/config/class_configInLdap.inc b/plugins/config/class_configInLdap.inc index f389ecad4147433f3ab88555cff45a1f47f97783..5892537188a5a2aaced22022a3871ca7a9911b47 100644 --- a/plugins/config/class_configInLdap.inc +++ b/plugins/config/class_configInLdap.inc @@ -263,10 +263,6 @@ class configInLdap extends simplePlugin 'fdCnPattern', TRUE, '%givenName% %sn%' ), - new StringAttribute ( - _('Automatic logins'), _('Automatic way to generate new users logins'), - 'fdIdGenerator', FALSE - ), new BooleanAttribute ( _('Strict naming policy'), _('Enables strict checking of user and group names'),