ldap connector: make auto-create true by default
This commit is contained in:
@@ -131,7 +131,7 @@ angular.module('Application').controller('UserSettingsController', ['$scope', '$
|
||||
|
||||
// fields
|
||||
provider: 'noop',
|
||||
autoCreate: false,
|
||||
autoCreate: true,
|
||||
url: '',
|
||||
acceptSelfSignedCerts: false,
|
||||
baseDn: '',
|
||||
|
||||
Reference in New Issue
Block a user