Ok, I got it to work by adding

Base_DN "cn=Users, dc=MyDomain, dc=com"

and changing
UID_Attr uid to UID_Attr cn

So now I can authenticate via the Full Name of the user. How do I change
that to username/logon name?

-----------------------------------
Brad Holder
[EMAIL PROTECTED]
-----------------------------------
"Our doubts are traitors and make us lose the good we oft might win by
fearing to attempt." - William Shakespeare

On Fri, 14 Mar 2003, Daniel Brad Holder wrote:

> What is webmin?
>
> Here is the part of httpd.conf concerning the ldap authentication:
>
> <Directory "/usr/local/apache2/htdocs/portal/old">
> Options Indexes FollowSymLinks
> AllowOverride none
> order allow, deny
> AuthName "KEEP OUT!"
> AuthType Basic
> LDAP_Server www.mydomain.com
> LDAP_Port 389
> Bind_DN "cn=administrator, cn=Users, dc=MyDomain, dc=com"
> Bind_Pass "heh"
> UID_Attr uid
> require valid-user
> </Directory>
>
> I think it binds to the ldap server correctly as I don't get a bind error
> in error_log but I'm not sure how to set up the actual authentication
> part. Any pointers?
>
> -----------------------------------
> Brad Holder
> [EMAIL PROTECTED]
> -----------------------------------
> "Our doubts are traitors and make us lose the good we oft might win by
> fearing to attempt." - William Shakespeare
>
> On Fri, 14 Mar 2003, Gene Yoo wrote:
>
> > Daniel Brad Holder wrote:
> > > Is there anyone out there with experience setting up apache with
> > > mod_auth_ldap to authenticate against windows active directory? I need
> > > help with configuration. Or maybe I should use a different module, is
> > > auth_ldap a better alternative?
> > >
> > > -----------------------------------
> > > Brad Holder
> > > [EMAIL PROTECTED]
> > > -----------------------------------
> > > "Our doubts are traitors and make us lose the good we oft might win by
> > > fearing to attempt." - William Shakespeare
> > >
> > >
> > >
> >
> > we actually use webmin to control and configure the module.
> > --
> > <<gyoo [at] attbi [dot] com>>
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.2.0 (GNU/Linux)
> >
> > iQCUAwUBPhxERRxoVYCzmrKXAQJK5gP3Y7CTsFyKpEz2p5W4GWI9+qSm+kWfdJ0R
> > xNlma0Ma9rAL/OBJcZMo5IXyXas+3Edogbv4Al6dIf8lot1WS0Iaxxl/cg2f7gf+
> > otf7LfNpZDE/6OzR7A1qN6baPMLSjGzywwQWMfSVuWWb6kGQxMsA13Kn68G7Ozxs
> > 5CODZqUPyg==
> > =AolA
> > -----END PGP SIGNATURE-----
> >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to