On Sun, Apr 25, 1999 at 07:53:26PM -0600, Chris Magnuson wrote:
> Not gaining access on Linux, here's the relevant info:
> 
> Here's my config file snippet:
> 
> <Realm DEFAULT>
> #       <AuthBy UNIX>
>                 # The filename defaults to %D/users
> #               Identifier System
> #               Filename /etc/shadow
> #       </AuthBy>
>         <AuthBy DBFILE>
>                 Identifier System
>                 Filename %D/users
>         </AuthBy>
>         # Log accounting to the detail file in LogDir
>         AcctLogFileName %L/detail
> </Realm>
> 

That's different to the way I do it (which works):

<Realm DEFAULT>
        <AuthBy DBFILE>
                Filename %D/users
        </AuthBy>
        AcctLogFileName %L/detail
</Realm>
<Realm dummyrealmforholdingauthbyunix>
        <AuthBy UNIX>
                Identifier System
                Filename /etc/shadow
        </AuthBy>
</Realm>

[EMAIL PROTECTED]

===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to