Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:ldap_global_config [2018/08/02 20:56] – [Global LDAP Configuration] bkkr72:ldap_global_config [2023/07/06 13:18] – [Global LDAP Configuration] bdss
Line 28: Line 28:
 nocreate nocreate
  
-  * Effect: Synchronized users can be deleted or modified but no new users will be created in Stages during a synchronized run.+  * Effect: Synchronized users can be deleted or modified but no new users will be created.
  
 //nomodify// //nomodify//
  
-  * //​​​​​​​//Effect: No user related task is performed at all. This setting is useful to LDAP configuration.+  * Effect: No user related task is performed at all, but new users will be created. This setting is useful to LDAP configuration. 
 //ondemand// //ondemand//
  
-  * Effect: Only already existing Stages users will be synchronized (<font inherit/Courier New,Courier,monospace;;inherit;;inherit>ondemandFilter</font> required)+  * Effect: Only already existing Stages users will be synchronized and new users will be created when successfully loging in the first time.( 
 + <font inherit/Courier New,Courier,monospace;;inherit;;inherit>ondemandFilter</font>  required, searchFilter have to be non present)
  
 //off// //off//
-  * Effect: No synchronized is done at all but users are authenticated against the LDAP directory server.+  * Effect: No synchronized is done at all but users can authenticate against the LDAP directory server.
  
 A sample global configuration is as follows: A sample global configuration is as follows:
Line 48: Line 50:
  …  …
 </ldap> </ldap>
 +
 </code> </code>