Bonjour à tout le monde

J'ai installé mon serveur ldap sur la machine etb il semble fonctionner
ensuite j'ai suivi cette documentation https://damien-cueff.fr/blog/installati … ebian-8-2/

phpldapadmin se connecte sans soucis
je peut créer un Generic: Posix Group sans problème
par contre quand je valise la création d'un nouvel utilisateur j'obtiens le message d'erreur suivant:

Could not add the object to the LDAP server.
LDAP said: No such object
Error number: 0x20 (LDAP_NO_SUCH_OBJECT)
Description: That object does not exist.
que dois-je vérifier et modifier pour que ça fonctionne ?


quand je me connecte à mon annuaire avec phpldapadmin j'ai ce message à l'ouverture (qui est sûrement lié)
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
warn	Automatically removed objectClass from template
Samba: Machine: sambaSAMAccount removed from template as it is not defined in the schema
warn	Automatically removed objectClass from template
Courier Mail: Account: courierMailAccount removed from template as it is not defined in the schema
warn	Automatically removed attribute from template
Courier Mail: Account: uidNumber removed from template as it is not defined by an ObjectClass
warn	Automatically removed attribute from template
Courier Mail: Account: gidNumber removed from template as it is not defined by an ObjectClass
warn	Automatically removed attribute from template
Courier Mail: Account: homeDirectory removed from template as it is not defined by an ObjectClass
warn	Automatically removed objectClass from template
Thunderbird: Address Book Entry: mozillaOrgPerson removed from template as it is not defined in the schema
warn	Automatically removed attribute from template
Thunderbird: Address Book Entry: c removed from template as it is not defined by an ObjectClass
warn	Automatically removed objectClass from template
Samba: Account: sambaSAMAccount removed from template as it is not defined in the schema
warn	Automatically removed objectClass from template
Courier Mail: Alias: courierMailAlias removed from template as it is not defined in the schema
warn	Automatically removed objectClass from template
Samba: Group Mapping: sambaGroupMapping removed from template as it is not defined in the schema
warn	Automatically removed attribute from template
Samba: Group Mapping: displayName removed from template as it is not defined by an ObjectClass
Ensuite, question idiote pour les experts mais comment pourrais-je faire qu'avec ce compte je puisse me connecter à travers un poste client au serveur et à mon compte (comme avec active directory sous windows). Un lien vers la doc qui va bien me suffira pour le moment wink