did you figured the problem ??
2016-04-20 13:44 GMT+02:00 Mohammed Amine Saidi
:
> dn: uid=adam,ou=people,dc=powerm,dc=com
> objectClass: top
> objectClass: account
> objectClass: posixAccount
> objectClass: shadowAccount
> cn: adam
> uid: adam
> uidNumber: 16859
> gidNumber: 500
> homeDirector
dn: uid=adam,ou=people,dc=powerm,dc=com
objectClass: top
objectClass: account
objectClass: posixAccount
objectClass: shadowAccount
cn: adam
uid: adam
uidNumber: 16859
gidNumber: 500
homeDirectory: /home/adam
loginShell: /bin/bash
gecos: adam
shadowMax: 0
shadowWarning: 0
structuralObjectClass: acco
is theuser adam in the group on the ldap-server?
please post the result
ldapsearch -xLLL -H \
-b "dc=powerm,dc=com" uid=adam \* +
I think adam is not part of the admingroup on ldap side
On 04/20/2016 01:28 PM, Mohammed Amine Saidi wrote:
> my problem is how can i affect the user "adam" int
my problem is how can i affect the user "adam" into the group "adminusers"
in my owncloud configuration here is my config
userfiltre : (|(objectclass=account))
groupfilter: (&(|(objectclass=posixGroup)))
but the user is not affected to that group it is set to default group
2016-04-20 13:23 GMT+02
here is my ldap configuration :
# extended LDIF
#
# LDAPv3
# base (default) with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#
# powerm.com
dn: dc=powerm,dc=com
objectClass: top
objectClass: dcObject
objectClass: organization
o: powerm
dc: powerm
# admin, powerm.com
dn: cn=admin,dc
Hey,
On Mittwoch, 20. April 2016 10:37:55 CEST, Mohammed Amine Saidi wrote:
Hello,
I want to map my LDAP Organizational Units to groups in OC ,when i try to
add a user to an Organizational Unit it work fine ! but when i go to OC to
check wheather the user is added to the following group , i hav
Hello,
I want to map my LDAP Organizational Units to groups in OC ,when i try to
add a user to an Organizational Unit it work fine ! but when i go to OC to
check wheather the user is added to the following group , i have the user
group set as default
i'v followed this tutorial for configuring the