This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ldap authentication

Is it possible to authenticate proxy, pptp, etc users against ldap or will it be possible in the future?

I'm currently testing out ldap authentication for my home network's windows, linux and bsd computers (I'm a CS student) and would like to have astaro implemented into this system as well.
(Earlier everything used local user databases wich worked, but was a pain when me or a few selected friends with access needed to change password.

If not, does anyone have a nice url to radius auth for the above os' or good solution on how to sync ie. ldap and radius database.
(I've got no experience with radius)


This thread was automatically locked due to age.
  • if you use openldap, you can set up a workaround to get the passwords in sync.

    we're using a perl-script which goes over the ldap-directory (which is on another server)and collects the uid and userpassword attributes. those are written into localusers.ini and proxyauth.ini files. these files are used by astaro for local user data.
    the files are copied by scp to the astaro machine.
    everything is defined as cron-job.

    so this is not really a ldap authentification but a user/password synchronization between the ldap-server and the astaro local users.

    works fine so far.
     
     [size="1"][ 05 November 2002, 03:10: Message edited by: f.bone ][/size]