Re: [openupload-devel] Active Directory
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2009-04-28 21:44:55
|
Andy Hester ha scritto:
> Sorry, I misspoke. I am already using the sAMAccountName version - it
> doesn't seem to work at all with 'cn'. Also, when I login, I use my AD
> log on id which is a alpha-numeric value, but my AD display name is
> displayed correctly in the top right side of the page. Based on this it
> does seem to know which user I am.
>
Well, it uses the AD user account to check for the group info, but I'm
quite sure the specific 'login' field is not populated.
Try changing the template file.
templates/index.tpl
insert a new line after line 23 like this: (after {$user.name} ):
<br />{$user.login}
and see if it prints something after the user name (once you log in).
If it does, then there is a bug somewhere, and I'll try AD again tomorrow.
BTW: is this a 2003 , 2000 , mixed or 2008 AD?
(I have only tested a 2003 AD domain afair, and it worked with 'cn')
Alessandro
|