| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| tech:ldap [2025/04/30 14:55] – Jean-Baptiste | tech:ldap [2026/02/04 13:35] (Version actuelle) – Jean-Baptiste |
|---|
| * https://tunuifranken.info/procedures/procedure_openldap-server_20201227.pdf | * https://tunuifranken.info/procedures/procedure_openldap-server_20201227.pdf |
| * [[https://linuxfr.org/news/la-version-2-2-de-ldap-synchronization-connector-est-la|LDAP Synchronization Connector (LSC)]] | * [[https://linuxfr.org/news/la-version-2-2-de-ldap-synchronization-connector-est-la|LDAP Synchronization Connector (LSC)]] |
| | * https://opendev.org/openstack/manila-image-elements/src/branch/master/data/docker/slapd.sh |
| |
| |
| Scripts : | Scripts : |
| * https://github.com/stuvusIT/ansible_slapd_config | * https://github.com/stuvusIT/ansible_slapd_config |
| | * Paquet Debian "ldapscripts" : Add and remove users and groups (stored in a LDAP directory) |
| |
| Interface Web de changement de MDP compte utilisateur : | Interface Web de changement de MDP compte utilisateur : |
| </code> | </code> |
| |
| <code> | <code -> |
| $ curl "ldap://localhost:1389/dc=example,dc=com?homephone?sub?cn=*amar" \ | $ curl "ldap://localhost:1389/dc=example,dc=com?homephone?sub?cn=*amar" \ |
| -u "cn=directory manager" | -u "cn=directory manager" |
| </code> | </code> |
| |
| | <code -> |
| nisNetgroupTriple: This can be used to describe a user (,bobby,example.com) or a machine name (shellserver1,,example.com). This attribute can have multiple values. | nisNetgroupTriple: This can be used to describe a user (,bobby,example.com) or a machine name (shellserver1,,example.com). This attribute can have multiple values. |
| memberNisNetgroup: This is a very powerful attribute. It is used to merge the attribute values of another netgroup into the current one by simply listing the name (cn) of the merging netgroup. This attribute can have multiple values as well. | memberNisNetgroup: This is a very powerful attribute. It is used to merge the attribute values of another netgroup into the current one by simply listing the name (cn) of the merging netgroup. This attribute can have multiple values as well. |
| | </code> |
| |
| <code -> | <code -> |