Hi,
I am problems in getting Radiator to work with Netscape's LDAP server 
running on NT. I have downloaded and installed the following :-

Activestate Perl, MD5, PerLDAP
The Netscape SDK (moved the dll to the system32 directory)

My LDAP section of my radius.conf file looks like this 




<Realm ldap.realm>
        RewriteUsername s/^([^@]+).*/$1/
        <AuthBy LDAPSDK>
                # The LDAP host to connect to
                # If not set, defaults to localhost
                Host            193.122.240.11
 
                # If not set, defaults to 389. Use 636 for SSL.
                # Can be a numeric port number or a service name 
                # from /etc/services
                 Port           389
 
                # Specifies to use SSL to connect, and the name
                # of your certificate database. The database
                # must either be the cert5.db certificate database 
used 
                # by Netscape Navigator 3.x or the ServerCert.db 
                # certificate database used by
                # Netscape 2.x servers. 
                # You will usually want Port 636 if you enable SSL
                # You can use special filename characters
                # Only available with Netscape SDK version of LDAPapi
                #  UseSSL               ./cert5.db 
                        

                # These specify how to connect to the directory
                # as a privelged user
                AuthDN          cn=Directory Manager
                AuthPassword    xxxxxxxx
 
                # The base DN at which to start the search
                BaseDN          o=education
 
                # The LDAP attribute to match against User-Name
                UsernameAttr    uid
 
                # The LDAP attribute that contains a plaintext password
                # or a password in the format {crypt}1xMKc0GIVUNbE
                PasswordAttr    userPassword
 
                # Optional attribute that contains an 
                # encrypted password to use instead of PasswordAttr
                # EncryptedPasswordAttr sn
 
                # Optional LDAP attribute that contains check 
                # items for the user
#               CheckAttr       cn
 
                # Optional LDAP attribute that contains reply 
                # items for the user
#               ReplyAttr       mail
                
        </AuthBy>

</Realm>

With this setup and using radpwtst the only response is 'no reply'
Any comments would be welcome

David





�
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to