Re: [openupload-devel] Active Directory
Status: Beta
Brought to you by:
tsdogs
|
From: Andy H. <and...@eu...> - 2009-04-28 21:39:17
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alessandro Briosi wrote:
<blockquote cite="mid:49F...@br..." type="cite">
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">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
</pre>
</blockquote>
<pre wrap="">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.
</pre>
</blockquote>
<pre wrap=""><!---->
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.
</pre>
</blockquote>
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:<br>
<br>
Any<br>
upload_admins<br>
upload_users<br>
<br>
I will try creating an empty group called 'unregistered' in that OU to
see if that fixes anything.<br>
<br>
-Andy<br>
<br>
</body>
</html>
|