Subject RE: [firebird-support] Re: Newbie - Default User and Password
Author Alan McDonald
> > | I ran gsec with SYSDBA's user and password, and
> > | defined a user name. I don't have it in front of me,
> > | but it was something like "add user larryl -pw xxxx".
> >
> > isn't the syntax for adding a user just "add larryl -pw xxxx"? Maybe
> > you added a user named 'user'.
>
> Thanks Edward:
>
> No, I just checked. From gsec help:
>
> available commands:
> adding a new user:
> add <name> [ <parameter> ... ]
>
> available parameters:
> -pw <password>
>
> and the display command shows:
>
> GSEC> display
> user name uid gid full name
> -------------------------------------------------------------
> SYSDBA 0 0
> LARRYL 0 0
> GSEC>
>
> Hmmm, is that UID and GID OK?

UID and GID are not used - so that's fine - if you start using some more
sophistication in user management you can use these fields yourself.

>

Alan