Re: [openupload-devel] Active Directory
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2009-04-28 21:47:51
|
Andy Hester ha scritto: > Alessandro Briosi wrote: >>>> Please also check the "unregistered" group in the config.inc.php file, >>>> that should match some group in active directory so you can set rights >>>> >>>> >>> as above the only thing I see about an '"unregistered" group in the >>> config.inc.php' is this: >>> $CONFIG['register']['nologingroup'] = 'unregistered'; >>> $CONFIG['register']['default_group'] = 'upload_users'; >>> >>> Not sure if this is correct. >>> >> >> if you have an 'unregistered' group in AD this is ok. It's only usefull >> to assign rights to not logged in users. (like download) >> >> the second one is the group to be assigned for User Registration which >> is not supported by AD authentication. >> > I do not have an 'unregistered' group in AD. Only upload_users and > upload_admins. In the Rights section of the admin page it list three > groups: > > Any > upload_admins > upload_users > If you populated the db with the setup script then probably you have some rights set for the unregistered users > I will try creating an empty group called 'unregistered' in that OU to > see if that fixes anything. > Yes, so you can manage (or remove completly) the group rights of not logged in users. I should fix this ... Alessandro |