I would like to implement a single-sign-on solution here. Each user already has a Novell account, and has been authenticated by logging into their workstation.
For web site authentication I would like to avoid them seeing another login dialog, plus also keeping requests for passwords lost handled by the current helpdesk.
Can the php collect their session account details and use this to login to Mysql.
Can Mysql retreive priveleges details from the NDS object .
I realise LDAP may be the best interface solution here, and would appreciate all comments about how to do this.