]> git.pld-linux.org Git - packages/Zope-exUserFolder.git/blame - Zope-exUserFolder-user_is_a_member.patch
- formatting
[packages/Zope-exUserFolder.git] / Zope-exUserFolder-user_is_a_member.patch
CommitLineData
e07eb07e 1--- AuthSources/smbAuthSource/smbAuthSource.py~ 2004-11-10 15:15:51.000000000 +0100
2+++ AuthSources/smbAuthSource/smbAuthSource.py 2004-12-13 02:54:52.686324400 +0100
3@@ -119,6 +119,7 @@
4
5 if self.currentPropSource:
6 roles=self.currentPropSource.getUserProperty(username=username, key='_roles', default=[])
7+ roles.append('Member')
8 groups=self.currentPropSource.getUserProperty(username=username, key='_groups', default=[])
9
10 if not roles:
This page took 0.091574 seconds and 4 git commands to generate.