Hello,
I have a fresh install of statusnet, AD authentification work fine but i have a little problem :
When I enable the AD plugin, the local authentification don't work.
So the administrator account is unvailable... How flag an AD user "administrator" ?
Best regards,
PS : thks for this ublog !
Comments
php /pathtobaseinstall/scripts/userrole.php -n username -r administratorThe LdapAuthorization plugin also works with the LdapAuthentication plugin to make ldap admins statusnet admins etc.
Thks !