> <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