> Sounds like you got this worked out, when you run the configuration UI you
> can see (as well as add/remove) the directories that pgina will look for
> plugins in.
Yeah figured out it doesnt traverse the directory tree apart from the
directory specified
> Can you send a screenshot? Are you using an english build of windows, or a
> different language? Are you using the BETA release, or your own pgina
> built from code? I have to admit, I have not yet tested XP - only 2003.
> Are you at SP3? Sounds like it's time to install an XP vm...
I am running a XP english service pack 3 VM, cant send scrrenshot
anymore, I did a bit of testing using the pGina 3 installed (exe). But
just finishing up my plugin for 1.8
> I'm confused, how did you see '???' text/buttons without a reboot? Did you
> get a specific error after the reboot?
The question marks i recieved when going for ctrl+alt+del or rather
the ctrl+alt+insrt for VM. After reebot I got an error message which
would prevent me from ever reaching the logon stage. Am gonna be
finished with my 1.8 plugin very soon and will work on the plugin for
3 thereafter.
> Have you thought about extending the existing ldap plugin instead? It would
> be straight forward to have the existing plugin expose the u/p it used to
> bind (via the state map), or even the binding itself, from which a new
> plugin could then generate/change the username. Are you pulling the new
> mapped name from ldap as well? or is it a straight transform of the
> existing name?
As far as i could tell, this mainly based on my understanding from the
ldap plugin under 1.8, it is far to detailed for current
implementation purposes. All that i need for the plugin to
authenticate is to bind to the ldap server with the username/password
entered by the user. If authenticaton failed then the authentication
fails and if it is successfull then voila.
The mapping is actually also done though ldap, the user specifies a
functional account (just like domain i.e. testlogon\testuser).There is
a group in which the ldap user is member and a user with the same name
as the ldap group, i.e. cn=testlogon / uid=testlogon, once the groups
have been identified in which the user (uid=testuser) is member then i
extract the specified functional account according to relevant group/
functional account passed by the user. I then pass the username
(uid=testlogon) and theren password back to pGina and voila.
> Glad you like it so far, keep the feedback coming!
Will do more development under pGina 3.x soon just smoothing the
endges for under 1.8.
Thanks
Lo5t