Add users to this list

thakur:$1$fa1.k5..$pchx.GLLIdirq0xYX.0e9/ lusk:$1$zw5.jZ2.$T286BoC0R.7Q95OlXNscT/ wgropp:$1$dc1.ey2.$HJayguUc8pVc2cYLdCz5d1 ganesh:$1$u93.rP4.$ypTRTiA9DPtAWlUpiSYqj1 dwyer:$1$MF5.o./.$jgBOAA8Ljeelj6xUJFjC8. kirby:$1$at/.Hi/.$CZS3satY2YXYeYWVws8qQ/ hovland:$1$9U3.090.$p1oTskS0OTspb9ozLUppV1 avrunin:$1$W35.d62.$wtOKrodnAx7CFR0FaIQuy.

The main "vsl" group

@vsl: siegel, zirkel, roosen, tmcclory This is the default configuration page for PmWiki's identity-based authorizations (aka "authuser.php"). See PmWiki.AuthUser for instructions.

This site appears to have the authuser extensions enabled.

Login accounts

Specify login accounts in the form "username: (:encrypt password:)":

    # Examples:
    # alice: (:encrypt wonderland:)
    # bob: (:encrypt builder:)

Note that the passwords will be encrypted when the page is saved, so that the result will look something like:

    # alice: $1$0gcdAN1a$HTdEAXyYYo8Hc9/Xv30Yz1
    # bob: $1$wSP2R80i$sJ593ERCmTtjm3Fk26HCV1

To authorize specific login accounts for pages and groups, use "id:username" as a password in ?action=attr or $DefaultPasswords (see PmWiki.Passwords). Use "id:*" to mean "any logged-in user".

Authorization groups

Authorization groups are specified with a leading "@" sign. Define either the login accounts belonging to a group or the groups for a login account:

    # @writers: alice, bob  
    # carol: @editors, @writers
    # @admins: alice, dave

Then use "@group" as a password in ?action=attr or $DefaultPasswords.

Login accounts from external sources

Obtaining login accounts from external sources (uncomment out appropriate line(s)):

    # htpasswd: /filesystem/path/to/.htpasswd
    # ldap: ldap://ldap.example.com/ou=People,o=example?uid?sub
    # mysql: mysql://[username:password]@localhost/db/table?user,passwd