[Zope] LDAPUserFolder Question

Maciej Wisniowski maciej.wisniowski at coig.katowice.pl
Fri Jan 5 18:42:58 EST 2007


> <dtml-call expr="REQUEST.set( 'User_Name',REQUEST.AUTHENTICATED_USER.getUserName())">
> 
> I get the uid and not the cn.  Any idea how I can get the cn?
Maybe:
REQUEST.AUTHENTICATED_USER.getUserDN()
?

Take a look into LDAPUser.py

-- 
Maciej Wisniowski


More information about the Zope mailing list