Fórum

LDAP Issue

thumbnail
Sai Mohan Gadamsetty, modificado 9 Anos atrás.

LDAP Issue

Junior Member Postagens: 92 Data de Entrada: 06/02/13 Postagens Recentes
Hi All,

I tried to connect to LDAP for Liferay 6.2.1, I succeeded with this. User data is syncing properly. And I setup to trigger this sync process every 30 mins. The problem is when sync process happens some data is becoming default. Like "Gender (male)" and "Birthday (1/1/1970)". If I change any values of these fields after 30 mins (next sync process) these fields are storing with default values.These fields I'm not mapping via LDAP. Do I need to do mapping for these fields also or need to change any configurations.

Please any one advise/help me on this.

Thanks,

Sai Mohan
thumbnail
Sai Mohan Gadamsetty, modificado 9 Anos atrás.

RE: LDAP Issue

Junior Member Postagens: 92 Data de Entrada: 06/02/13 Postagens Recentes
I found a property in liferay portal properties,

ldap.user.ignore.attributes=birthday,male

Using this property we can request Liferay to skip mentioned attributes to don't sync with LDAP.

Thanks,

Sai Mohan
thumbnail
mohiden abdul kader, modificado 9 Anos atrás.

RE: LDAP Issue

Junior Member Postagens: 38 Data de Entrada: 08/08/12 Postagens Recentes
Hi Members ,
ldap.contact.mappings.0=\nbirthday=\nfacebookSn=\nicqSn=\njabberSn=\nmsnSn=\nmySpaceSn=\nskype
Sn=\nsmsSn=\ntwitterSn=\nymSn=

ldap.user.mappings.0=emailAddress=mail\nfirstName=givenName\ngroup=groupMembership\njobTitle=title\n
lastName=sn\npassword=userPassword\nscreenName=cn\nuuid=uuid\n



I have included above two properties in the portal-ext.properties.Still default value appending for birthday and gender after ldap syncing(30 mins).So friends clarify its liferay bug or I am missing some step .


Thanks & regards,
Abdul Kader
thumbnail
mohiden abdul kader, modificado 9 Anos atrás.

RE: LDAP Issue

Junior Member Postagens: 38 Data de Entrada: 08/08/12 Postagens Recentes
mohiden abdul kader:
Hi Members ,
ldap.contact.mappings.0=\nbirthday=\nfacebookSn=\nicqSn=\njabberSn=\n
msnSn=\nmySpaceSn=\nskypeSn=\nsmsSn=\ntwitterSn=\nymSn=

ldap.user.mappings.0=emailAddress=mail\nfirstName=givenName\ngroup=groupMembership
\njobTitle=title\nlastName=sn\npassword=userPassword\nscreenName=cn\nuuid=uuid\n



I have included above two properties in the portal-ext.properties.Still default value appending for birthday and gender after ldap syncing(30 mins).So friends clarify its liferay bug or I am missing some step .




I can skip gender value in the user Import from LDAP syncing by using following below properties .

ldap.user.ignore.attributes=contact.birthday,contact.male


But above property only skip gender(Male) value .But DateOfBirth(birthday) value is syncing from ldap .Any body resolve these issue ..let me know

Thanks & regards,
Abdul Kader