-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

not exactly the same what you want to do, but maybe it helps you a little bit.
I map the Groupmemberships for Agents in this way:
(it is not automatic, have to expand Config.pm for every new group)

    $Self->{'AuthSyncModule::LDAP::UserSyncGroupsDefinition'} = {
        # ldap group
        'cn=admin,ou=otrs,ou=Anwendungen,o=physik' => {
            # otrs group
            'admin' => {
                # permission
                rw => 1,
                ro => 1,
            },
            'faq' => {
                rw => 1,
                ro => 1,
            },
            'stats' => {
                rw => 1,
                ro => 1,
            },
        },
        'cn=webmaster,ou=otrs,ou=Anwendungen,o=physik' => {
            'webmaster' => {
                rw => 1,
                ro => 1,
            },
        },
        'cn=webmaster-tssp,ou=otrs,ou=Anwendungen,o=physik' => {
            'webmaster-tssp' => {
                rw => 1,
                ro => 1,
            },
        },

        and so on....

Sincerly,
Klaus

- -- 
Rechnerbetriebsgruppe / IT, Fakultät für Physik
Klaus Steinberger
FAX: +49 89 28914280
Tel: +49 89 28914287
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlOA6MYACgkQR37NPH/B5orCWACgkxaCNoeu1Fx5f1c0wL9EXjWx
nY8AoKeU+KvvHfYrKcTtgwt0wGnBdY4B
=/M18
-----END PGP SIGNATURE-----
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to