SSO + LDAP

Moderator: crythias

Locked
gary
Znuny newbie
Posts: 4
Joined: 21 May 2010, 04:15
Znuny Version: 2.4

SSO + LDAP

Post by gary »

Hello,
i have configured SSO function with HTTPBasicAuth mode.
Now, otrs log: "Panic, no user data found ".
i know there is no sync between AD and OTRS DB.
Does everybody know how to configue it.
maybe i need the detail script.
thanks!
Gary
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: SSO + LDAP

Post by jojo »

Look for Sync in Defaults.pm, copy it to Config.pm and set the parameters.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
gary
Znuny newbie
Posts: 4
Joined: 21 May 2010, 04:15
Znuny Version: 2.4

Re: SSO + LDAP

Post by gary »

jojo wrote:Look for Sync in Defaults.pm, copy it to Config.pm and set the parameters.
Hello Jojo,
According your way, if i use AD account log on without SSO function, it is working.
i found the wiki on http://wiki.otrs.org/index.php?title=Im ... ith_Apache

i need create a custom script and let that run in a cron job.

the point is how to do this job.

Does anybody know about this?

thanks!
Gary
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: SSO + LDAP

Post by jojo »

In actual versions of OTRS you won't need a cron job, as OTRS can Sync from LDAP on login of an agent.

Have a look in Defaults.pm and copy the LDAP Sync Settings to Config.pm and configure them according to your settings
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked