HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- concurrent file & ldap authentication
Operating System - Linux
1827859
Members
1601
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2010 11:05 PM
09-14-2010 11:05 PM
concurrent file & ldap authentication
Kindly assist me solve a problem with my ldap authentication
I am getting the following error
'Invalid command 'AuthBasicProvider', perhaps mis-spelled or defined by a module not included in the server configuration'
My .htaccess file is as follows
AuthType Basic
AuthBasicProvider file ldap
AuthName "Auth"
AuthLDAPEnabled on
AuthBasicAuthoritative off
AuthUserFile /etc/httpd/passwd/passwords
AuthLDAPAuthoritative off
AuthLDAPURL ldap:
AuthLDAPBindDN "server"
AuthLDAPBindPassword secret
AuthGroupFile /etc/httpd/passwd/groups
Require user usera userb
Require group NMC
Kindly help me i am stack!!
I am getting the following error
'Invalid command 'AuthBasicProvider', perhaps mis-spelled or defined by a module not included in the server configuration'
My .htaccess file is as follows
AuthType Basic
AuthBasicProvider file ldap
AuthName "Auth"
AuthLDAPEnabled on
AuthBasicAuthoritative off
AuthUserFile /etc/httpd/passwd/passwords
AuthLDAPAuthoritative off
AuthLDAPURL ldap:
AuthLDAPBindDN "server"
AuthLDAPBindPassword secret
AuthGroupFile /etc/httpd/passwd/groups
Require user usera userb
Require group NMC
Kindly help me i am stack!!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2010 05:50 AM
09-15-2010 05:50 AM
Re: concurrent file & ldap authentication
Here you have some examples of working ldap authentication for Apache:
User Based:
Alias /intranet "/intranet/web"
Options Indexes SymLinksIfOwnerMatch
AllowOverride None
Order allow,deny
Allow from all
AuthType basic
AuthName Intranet
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthLDAPURL ldaps:///ou=People,dc=linux,dc=com,dc=py?uid?sub
require ldap-user jperez hlopez pgomez
Group based:
Alias /admin "/intranet/admin"
Options Indexes SymLinksIfOwnerMatch
AllowOverride None
Order allow,deny
Allow from all
AuthType basic
AuthName Administracion
AuthBasicProvider ldap
AuthzLDAPAuthoritative on
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
AuthLDAPURL ldaps:///ou=People,dc=linux,dc=com,dc=py?uid?sub
require ldap-group cn=admin,ou=Groups,dc=linux,dc=com,dc=py
User Based:
Alias /intranet "/intranet/web"
Options Indexes SymLinksIfOwnerMatch
AllowOverride None
Order allow,deny
Allow from all
AuthType basic
AuthName Intranet
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthLDAPURL ldaps://
require ldap-user jperez hlopez pgomez
Group based:
Alias /admin "/intranet/admin"
Options Indexes SymLinksIfOwnerMatch
AllowOverride None
Order allow,deny
Allow from all
AuthType basic
AuthName Administracion
AuthBasicProvider ldap
AuthzLDAPAuthoritative on
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
AuthLDAPURL ldaps://
require ldap-group cn=admin,ou=Groups,dc=linux,dc=com,dc=py
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP