Difference between revisions of "LDAP Authentication"
From SME Server
Jump to navigationJump to searchm (Update base DN) |
(sme8 b5) |
||
Line 1: | Line 1: | ||
− | == LDAP for SME Server == | + | == LDAP for SME Server 8== |
− | |||
=== Description === | === Description === | ||
− | + | LDAP authentication | |
− | |||
− | |||
− | For SME 8 only, | + | For SME 8 only, LDAP is readonly |
This allows the use of SME user's database in other applications | This allows the use of SME user's database in other applications | ||
Line 14: | Line 11: | ||
: on the local network, eg. another server in the local network which runs an ERP, but uses SME server user/group database | : on the local network, eg. another server in the local network which runs an ERP, but uses SME server user/group database | ||
: or even a remote host, eg. a GLPI instance used to manage requests from several clients using SME server. | : or even a remote host, eg. a GLPI instance used to manage requests from several clients using SME server. | ||
− | |||
− | |||
=== Installation === | === Installation === | ||
− | SME 8 | + | SME 8 beta 5 onwards |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Uninstall === | === Uninstall === | ||
Line 36: | Line 23: | ||
View your LDAP Schema, ObjectClasses and Attributes with [[:Phpldapadmin ]] | View your LDAP Schema, ObjectClasses and Attributes with [[:Phpldapadmin ]] | ||
− | |||
Example setups for different types of clients | Example setups for different types of clients | ||
==== SugarCRM ==== | ==== SugarCRM ==== | ||
+ | |||
+ | Applications should use anonymous bind, there is no need to use the LDAP root password | ||
: Enabled LDAP server | : Enabled LDAP server | ||
Line 53: | Line 41: | ||
=== Bugs === | === Bugs === | ||
− | Please raise bugs under the SME | + | Please raise bugs under the SME Server 8 section |
− | |||
− | |||
− |
Revision as of 15:01, 12 March 2010
LDAP for SME Server 8
Description
LDAP authentication
For SME 8 only, LDAP is readonly
This allows the use of SME user's database in other applications
- either local, eg. a LAMP app
- on the server itself, eg. egroupware
- on the local network, eg. another server in the local network which runs an ERP, but uses SME server user/group database
- or even a remote host, eg. a GLPI instance used to manage requests from several clients using SME server.
Installation
SME 8 beta 5 onwards
Uninstall
Not needed the new method is benign,
Usage
Test with your email addressbook SME_Server:Documentation:User_Manual:Chapter2
View your LDAP Schema, ObjectClasses and Attributes with Phpldapadmin
Example setups for different types of clients
SugarCRM
Applications should use anonymous bind, there is no need to use the LDAP root password
- Enabled LDAP server
- Server: IP of the SME server
- Port Number: 389
- Base DN: ou=Users,dc=sampledomain,dc=com
- Bind Attribute: dn
- Login Attribute: uid
- Authenticated User: uid=root,ou=Users,dc=sampledomain,dc=com
- Authenticated Password: ldaps admin's password
- Enabled Auto Create Users
Bugs
Please raise bugs under the SME Server 8 section