[Owncloud] ldap question

Arthur Schiwon blizzz at owncloud.com
Mon Jun 17 09:50:30 UTC 2013


On Sunday 16 June 2013 20:02:31 Derek Broes wrote:
> I would like to know how to get ownCloud to not send me email in German. Not
> that I don't like German but, I only speak English. :-)

What's the connection to LDAP? :)

Is English selected as language in the web interface? And which email anyway?

Cheers
Arthur



> -----Original Message-----
> From: owncloud-bounces at kde.org [mailto:owncloud-bounces at kde.org] On Behalf
> Of Timo Springmann
> Sent: Thursday, June 13, 2013 11:08 AM
> To: owncloud at kde.org
> Subject: Re: [Owncloud] ldap question
> 
> Hi Michael,
> 
> Am 13.06.2013 um 19:53 schrieb Michael Pfitzner
> 
> <pfitzner at physik.hu-berlin.de>:
> > my question is now, how do I restrict owncloud access to users of
> > certain groups, without changing anithing at the ldap tree.
> > 
> > I can filter for user whose maingroup is set in the user tree, but
> > these aren't all I want to give access to owncloud.
> 
> here's my solution to allow all members of the group "owncloud"  to login to
> my owncloud installation:
> 
> $>ldapsearch -x cn=owncloud
> dn: cn=owncloud,ou=groups,dc=example,dc=local
> objectClass: groupOfNames
> objectClass: top
> cn: owncloud
> description: Owncloud Users
> member: cn=Test Muster,ou=people,dc=example,dc=local
> member: cn=Test2 Testor,ou=people,dc=example,dc=local
> 
> OwnCloud User Login Filter:
> (&(uid=%uid)(memberOf=cn=owncloud,ou=groups,dc=example,dc=local))
> 
> You need the "memberof" overlay in your OpenLDAP
> (http://www.openldap.org/doc/admin24/guide.html#Reverse%20Group%20Membership
> %20Maintenance) for this to work.
> 
> slapd.conf:
> module load      memberof.la
> overlay memberof
> 
> Regards,
> Timo
> 
> --
> funny, but it's still rock and roll to me
> 
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
> 
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud



More information about the Owncloud mailing list