'portal', 'sub'=>'portal', 'f' => 'portal'); // Illetve nélküle, csak napló modullal: $DEFAULT_PSF['public'] = array('page'=>'auth', 'sub'=>'', 'f' => 'login'); $AUTH['public'] = array( 'backend' => 'file', 'authentication' => 'optional', 'onExpired' => 'force update', 'onDisabled' => 'refuse', 'accountAttrs' => array('mail'), 'file account file' => '/tmp/passwd', 'file group file' => '/tmp/group', ); // authentication: // - optional: nem próbálunk authentikálni [default] // - try: megpróbálhatunk belépni (globalLogin használja) // - required: kötelező ?>