cancel
Showing results for 
Search instead for 
Did you mean: 

Domain Users not shown in users at admin tools

alahwany
Champ in-the-making
Champ in-the-making
Hello,

I have small problem about users from domain

after Authentication with domain everything working fine

but i found when going to users at admin tools show only users in alfresco but the domain users can log on in alfresco fine and groups in domain shown in groups at admin tools fine.

so is there any one can help me and tell me where is the problem and why domain users not shown in users at domain tools when search on it ?

i think the problem in this code is this right ? my organization unit is "alfresco" so i think i need to tell the alfresco search on users in it. i have tried to use CN=user accounts or user_accounts but not working too

<code>
ldap.synchronization.userSearchBase=OU=alfresco,DC=alahwany,DC=org



5 REPLIES 5

muralidharand
Star Contributor
Star Contributor
Try the values with escaping characters in it.



ldap.synchronization.userSearchBase=dc\=alfresco,dc\=alahwany,dc\=org

Thank you very much for for your help.

is there any command for sync with domain controller becasue i saw i must restart the Alfresco to re-sync with domain and i need to make re-sync automatically for each 10 min. or make it 5 min.

again thank you very much

alahwany
Champ in-the-making
Champ in-the-making
i have another problem

all my domain users can log on the Alfresco and i need some users domain can be log on the alfresco not all domain users anyway i saw Disable Account on alfresco so when going to make it on user domain profile in alfresco it's not active.

so how to make some users on the domain can be log on the Alfresco system ????

please Help

muralidharand
Star Contributor
Star Contributor
Sorry for the late reply.

You can not disable the users which are synced from Domain controller, that's the reason, the "Disable Account" checkbox is disabled.
* You can create a new AD group, add the required users into the group in AD. Now sync only the required AD group users and only the AD group user can login into Alfresco.

Hope this helps you.

sandeepreddy1
Star Contributor
Star Contributor
Hai Everyone,

I have small problem about users from domain

after Authentication with domain everything working fine

but i found when going to users at admin tools show only users in alfresco but the domain users can log on in alfresco fine and groups in domain shown in groups at admin tools fine.

so is there any one can help me and tell me where is the problem and why domain users not shown in users at domain tools when search on it ?

i think the problem in this code is this right ? my organization unit is "NDGROUP" so i think i need to tell the alfresco search on users in it

ldap.synchronization.userSearchBase=OU=NDGROUP,DC=empover,DC=hydts

Alfresco community Version
5.1.f


thanks