Peter Rundle <[EMAIL PROTECTED]> writes: > Does anyone have links or other resources that explain how this might be > achieved? I.E replacing a windoze RAS server with Linux, the users still > need to be authenticated via the PDC on the network.
I don't know what a RAS server does, but we authenticate ppp with pap against a PDC. Very very briefly: Get ppp dial working, get smb_auth set up, change the file /etc/pam.d/ppp, I removed auth required pam_unix.so and added in its place auth required pam_smb_auth.so And then all you have to take care of is adding window accounts to the box, either by adding them to /etc/passwd, winbind, ldap, or etc. /usr/share/doc/libpam-smb/ /usr/share/doc/ppp/ -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
