[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Problem adding sambaGroupMapping
- To: openldap-technical@openldap.org
- Subject: Problem adding sambaGroupMapping
- From: stefano malini <lozingalo@gmail.com>
- Date: Fri, 27 Apr 2012 17:41:02 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=UgLd9hCN0Ynq1gH2v+y2LeraXWM6ZxeOrpSq9hfdbfU=; b=QsMZVSg2yG2aEEiSu+6zm7FZjonX+JpOA3gPYZl2iTpjyAx+kf+ikQrTimlnEYPec4 8Y3sblIeBoVsv/BJlMF5x9vVtW+SyFiBk/ARGjacIwjo00kdbILiedq6Tf2mf43v3S2E k9Xg7r4viW8TJfm1ZQDq5AuL8tJ4+bGACZ54E7KtDAIQOYgOly615yFVWMzpqPlny0Yh MLQmGrWgSbOo1wG2sYom5RgiCIQ7Bt5OX8zy3Zd/JAgad1pirkSZpGNEnmlo8wLIJmj6 EiqcLcwpC1zUTrsIRe/PfoBz9aIxEBFncREqzf6hX4kC1LEJ+yKpBcp27uROaHKZVlsy iFiA==
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Thunderbird/3.1.16
Hi,
i show the command-output trying to add the objectClass
sambaGroupMapping to some entries that have posixGroup objectClass:
root@amahoro:~# ldapmodify -x -W -D 'cn=Manager,dc=amahoro,dc=bi'
Enter LDAP Password:
dn: cn=Students,ou=Groups,dc=amahoro,dc=bi
changetype: modify
add: objectClass
objectClass: posixGroup
objectClass: sambaGroupMapping
sambaSID: S-1-5-21-251852451-2940789264-3475694606
sambaGroupType: 5
ldapmodify: wrong attributeType at line 6, entry
"cn=Students,ou=Groups,dc=amahoro,dc=bi"
I don't know what is wrong, sambaSID is a correct attribute. Do you have
ideas?
Thanks