Author: dj
Date: Wed Oct  5 07:42:49 2016
New Revision: 1763356

URL: http://svn.apache.org/viewvc?rev=1763356&view=rev
Log:
OAK-4825 : Support disabling of users instead of removal in DefaultSyncHandler

Modified:
    
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/external/defaultusersync.md

Modified: 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/external/defaultusersync.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/external/defaultusersync.md?rev=1763356&r1=1763355&r2=1763356&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/external/defaultusersync.md
 (original)
+++ 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/authentication/external/defaultusersync.md
 Wed Oct  5 07:42:49 2016
@@ -160,6 +160,7 @@ The default `SyncHandler` implementation
 | User Dynamic Membership       | `user.dynamicMembership`      | Enabling 
dynamic membership for external users. |
 | User Path Prefix              | `user.pathPrefix`             | The path 
prefix used when creating new users. |
 | User property mapping         | `user.propertyMapping`        | List mapping 
definition of local properties from external ones. eg: 'profile/email=mail'.Use 
double quotes for fixed values. eg: 'profile/nt:primaryType="nt:unstructured" |
+| Disable missing users         | `user.disableMissing`         | By default, 
users that no longer exist on the external provider will be locally removed. 
Set this property to `true` to 
[disable](https://jackrabbit.apache.org/api/2.8/org/apache/jackrabbit/api/security/user/User.html#disable(java.lang.String))
 them instead and have them re-enabled if they become available again. |
 | Group auto membership         | `group.autoMembership`        | List of 
groups that a synced group is added to automatically |
 | Group Expiration Time         | `group.expirationTime`        | Duration 
until a synced group expires (eg. '1h 30m' or '1d'). |
 | Group Path Prefix             | `group.pathPrefix`            | The path 
prefix used when creating new groups. |


Reply via email to