Commit 060aaf35 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #4056 Removed automatics login option

Showing with 1 addition and 4 deletions
+1 -4
...@@ -70,6 +70,7 @@ attributetype ( 1.3.6.1.4.1.38414.8.12.3 NAME 'fdNextIdHook' ...@@ -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' attributetype ( 1.3.6.1.4.1.38414.8.12.4 NAME 'fdIdGenerator'
DESC 'FusionDirectory - An automatic way to generate new user ids' DESC 'FusionDirectory - An automatic way to generate new user ids'
OBSOLETE
EQUALITY caseExactIA5Match EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
......
...@@ -263,10 +263,6 @@ class configInLdap extends simplePlugin ...@@ -263,10 +263,6 @@ class configInLdap extends simplePlugin
'fdCnPattern', TRUE, 'fdCnPattern', TRUE,
'%givenName% %sn%' '%givenName% %sn%'
), ),
new StringAttribute (
_('Automatic logins'), _('Automatic way to generate new users logins'),
'fdIdGenerator', FALSE
),
new BooleanAttribute ( new BooleanAttribute (
_('Strict naming policy'), _('Strict naming policy'),
_('Enables strict checking of user and group names'), _('Enables strict checking of user and group names'),
......
  • bmortier @bmortier

    mentioned in issue #1338

    By Côme Chilliet on 2017-09-02T15:22:43 (imported from GitLab)

    ·

    mentioned in issue #1338

    By Côme Chilliet on 2017-09-02T15:22:43 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment