Commit f6010f75eeb0a0fc9a183b3cba2951f565bf50c0
1 parent
c6bbf5ce
correctly ldap user id call
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1721 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserBL.php
| @@ -58,7 +58,7 @@ if (checkSession()) { | @@ -58,7 +58,7 @@ if (checkSession()) { | ||
| 58 | $main->setFormAction($_SERVER["PHP_SELF"]. "?fSelectedUser=1"); | 58 | $main->setFormAction($_SERVER["PHP_SELF"]. "?fSelectedUser=1"); |
| 59 | } else { | 59 | } else { |
| 60 | if($bLdap) { | 60 | if($bLdap) { |
| 61 | - $oPatternCustom->setHtml(getDetailsLDAPPage($sSearch,$aResults, $oAuth->getUserIdentifier())); | 61 | + $oPatternCustom->setHtml(getDetailsLDAPPage($sSearch,$aResults, $oAuth->oLdap->getUserIdentifier())); |
| 62 | $main->setFormAction($_SERVER["PHP_SELF"]. "?fAddToDb=1"); | 62 | $main->setFormAction($_SERVER["PHP_SELF"]. "?fAddToDb=1"); |
| 63 | } else { | 63 | } else { |
| 64 | $oPatternCustom->setHtml(getDetailsDBPage($sSearch,$aResults)); | 64 | $oPatternCustom->setHtml(getDetailsDBPage($sSearch,$aResults)); |