LDAPUserFolder mapping roles

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marcel Hartmann

    #1

    LDAPUserFolder mapping roles

    I'm using LDAPUserFolder for Zope 2.7.6 and it works fine.

    Is it possible to do the mapping to zope roles by the _value_ of the
    group and not the group name?
    We defined in LDAP many groups to define access to different
    applications - one is named "zope". I want to map the values of this
    group "zope" (e.g. "admin_intranet ", "admin_extranet ", ...) to zope
    roles. How can I do this?
  • bruno at modulix

    #2
    Re: LDAPUserFolder mapping roles

    Marcel Hartmann wrote:[color=blue]
    > I'm using LDAPUserFolder for Zope 2.7.6 and it works fine.
    >
    > Is it possible to do the mapping to zope roles by the _value_ of the
    > group and not the group name?
    > We defined in LDAP many groups to define access to different
    > applications - one is named "zope". I want to map the values of this
    > group "zope" (e.g. "admin_intranet ", "admin_extranet ", ...) to zope
    > roles. How can I do this?[/color]

    <meta>
    Marcel, please use the Zope mailing-list for this kind of question - it
    has nothing to do with Python itself.
    </meta>


    --
    bruno desthuilliers
    python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
    p in 'onurb@xiludom. gro'.split('@')])"

    Comment

    • spamgamgee@ifrance.com

      #3
      Re: LDAPUserFolder mapping roles

      cool, thanks

      Comment

      Working...