10-30-2019 06:53 AM
Hi,
Alfresco Community 6.1 with AD sync and kerberos sso periodicaly generate internal users with names of <hostname>$. The client computer host name do not present in user AD information at all. It's not corelated in time with syncronization service. New users appears not for all AD users. It have some corelation with user activities in the system, but we can't catch witch activity. Deleted ghost users arise again.
10-30-2019 11:21 AM
It's an interesting point, this ghosts has logged into system when their parent users (the owners of hosts) was logged on, but dose not make any activities.
Thanks for any advice.
10-30-2019 03:57 PM
Can you check this property?
LDAP authentication properties
10-31-2019 03:54 AM
Thanks a lot! I'll try create.missing.people=false tonight.
What the differances betwin two properties
synchronization.autoCreatePeopleOnLogin
and
create.missing.people ?
10-31-2019 03:57 AM
create.missing.people is more general and governs the internal API of PersonService.getPerson(String) - when you ask for a person by name and that person does not exist, it will create that persion if create.missing.people is set to true
synchronization.autoCreatePeopleOnLogin is more specific and only creates non-existing people if they actually login but cannot be synchronised on-demand
10-31-2019 09:55 AM
Our best practices is to set both mentioned parameters to false.
Depending on your user base and sync ldap config your system may sync all the time since every time the ldap auth subsystem recognizes a failed auth in the chain a new sync will be spawned.
# Should we auto create a missing person on log in? # Bad idea if running with a large user base synchronization.syncWhenMissingPeopleLogIn=false # Should we auto create a missing person on log in? # Never ever enable this option since Alfresco doesn't # sync the user and additional doesn't respect ldap filters synchronization.autoCreatePeopleOnLogin=false
Explore our Alfresco products with the links below. Use labels to filter content by product module.