Hello
I dont have the detail here but we use our directory thru LDAP to authenticate 
users in our wiki
I will try to find detail tomorrow
Stéphane

A vélo vous y seriez déjà
-----Original Message-----
From: pmwiki-users [mailto:pmwiki-users-boun...@pmichaud.com] On Behalf Of 
Christopher Cox
Sent: lundi 2 juillet 2018 11:06
To: pmwiki-users@pmichaud.com
Subject: [listes] Re: [pmwiki-users] pmwiki groups/pages edit permission 
through Active Directory

What we did was write a script that scans our Active Directory every couple of 
minutes (cron job) and outputs a php file we include in our local/config.php 
that has lines that look like:

$AuthUser["@MailRoom"] = array("buck", "henry", "han", "solo");

We strip out the spaces in the group names and slam it together, thus "Mail 
Room" in AD becomes "@MailRoom" when using pmwiki group attributes.

Is that enough to get you started?

So we use ldapsearch to list out the attributes and filter to produce the lines 
above.


On 07/02/2018 03:56 PM, ahmad abdulbaqi wrote:
> Dears
> Good Afternoon,
> 
> I've created editl permission for wiki groups/pages (which shown in 
> sidebar) trhough pmwiki platform, ( by adding "?action=attr"  in the end 
> of Group URL.
> but I need to give user permission for these Groups/Pages through Active 
> Directory.

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to