Hi
From my research, I have understood that SME presently uses PAM authentication.
I tried searching the forums to check if there were some descriptive links as to how to use pam auth for .net apps. However I found material for php and jsp. Presently our office app is authenticating users against a mysql table. The usernames used are same as that of the SME, however the passwords are not linked to the SME domain. As a result there is disparity between the passwords of the users, making administration difficult for the IT dept.
We had also considered moving to php but scrapped it as our .net app had already matured for over 2 years.
In one of my earlier posts, I had wanted to find out if LDAP authentication was being done on SME. I was told that dev work was still going on.
So this is what my plan is - modify the user auth part of the .net app to use either pam and LDAP auth depending on SME backend user db.
Could anyone point me in the right direction?
Regards