Walery писал(а):v13 писал(а):Похоже я врубился в суть задачи . Тебе нужен uid пользователя в атрибуте memberuid posixgroup, а снапинсы к c1, imanager похоже на данный момент эту связь не ведут.
Ну наконец-то
Описывать задачу надо точнее!
Исходя из понимания задачи включаю гугл, нахожу вот это.
The DN of the group that contains all of your Moodle creators. This is typically a posixGroup with a "memberUid" attribute for each user you want to be a creator. If your group is called creators, type cn=creators,ou=moodleusers,dc=my,dc=organization,dc=domain here. Each memberUid attribute contains the CN of a user who is authorized to be a creator. Do not use the user's full DN (e.g., not memberUid: cn=JoeTeacher,ou=moodleusers,dc-my,dc=organizations,dc=domain, but rather memberUid: JoeTeacher).
In eDirectory, the objectClass for a group is (by default) not posixGroup but groupOfNames, whose member attribute is member, not memberUid, and whose value is the full DN of the user in question. Although you can probably modify Moodle's code to use this field, a better solution is just to add a new objectClass attribute of posixGroup to your creators group and put the CNs for each creator in a memberUid attribute.
В принципе согласен с автором, вебморду для редактирования членства сделать недолго.
Ну и ещё почитать что http://www.google.ru/search?q=memberuid+edirectory
здесь пишут. не думаю что этот велосипед ты первый изобрёл