]> git.pld-linux.org Git - packages/Zope-exUserFolder.git/blob - Zope-exUserFolder-user_is_a_member.patch
- remove R:python
[packages/Zope-exUserFolder.git] / Zope-exUserFolder-user_is_a_member.patch
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.051643 seconds and 3 git commands to generate.