(A time ago I experienced some undefined problems, when using special signs in the password. )
As far as I know Site is per default is *locked* und not mutable by a normal user. config.php (for a single wiki) $AuthUser['user1'] = '$1$W32gAGnz$qqRtTf.gwXj8KgFcrS9Ow/'; /*password string*/ $DefaultPasswords['admin'] = 'id:user1,user2'; I think, it is enough, when a user has admin-rights #$DefaultPasswords['admin'] = '$1$W32gNGnz$qqRtTf.gwGj8KgFcrS9Ow/'; (you may spezify, when users, don't have admin-rights) You can reassign the authority of the Site group. (default: @lock) ->see authuser, groups in Site.GroupAttributes?action=attr (may be also needs admin rights). hope this help's regards Patrick O. Maria McKinley wrote: >Hello, > >I am using AuthUser to authenticate with my ldap server, and I require >an author's name to save pages. All is fine if I login using my ldap >userid/password. But for some stuff (editing Site.Search, for >example), I need to be logged in as the admin, which is declared in >config.php. For some reason, when I am logged in as admin, the web >site will not accept any author name that I write in, and in order to >save anything when I am logged in as admin, I have to uncomment the >requirement that there be an author's name in order to save. Anybody >ever run into this, or have any idea the best way to deal it? > >thanks, >maria > >_______________________________________________ >pmwiki-users mailing list >[email protected] >http://www.pmichaud.com/mailman/listinfo/pmwiki-users > > > _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
