On Thu, 2009-01-08 at 11:15 +0100, Jan-Frode Myklebust wrote:
> >>
> >> Any hints to how I should give the group "admins" access to use
> >> the gui using their private username/passwords instead of the
> "hacluster"
> >> user ?
> >
> > Only users in "haclient" group have the permission.
> >
>
> OK, thanks! I ran in to another problem when trying this. The
> supplied /etc/pam.d/hbmgmtd only allowed local unix accounts:
>
> auth required pam_unix.so
> account required pam_unix.so
>
> Changed it to these to get the authentication working against
> our directory server which is the system default:
>
> auth include system-auth
> account include system-auth
>
> Maybe this should be changed to be the default?
>
> ------------------------------------------
> --- mgmt/daemon/mgmtd.pam.old 2009-01-08 10:51:41.000000000 +0100
> +++ mgmt/daemon/mgmtd.pam 2009-01-08 10:52:01.000000000 +0100
> @@ -1,3 +1,2 @@
> -auth required pam_unix.so
> -account required pam_unix.so
> -
> +auth include system-auth
> +account include system-auth
> ------------------------------------------
>
> Or is this different from distribution to distribution.. ?
I think so. When configuring the source codes, it'll try to use
"common-{auth, account}" if available. Otherwise, it'll use pam_unix.so.
As far as I know, the "common-*" ones work for SuSE and Debian. Which
distribution are you using?
--
Regards,
Yan Gao
China R&D Software Engineer
[email protected]
Novell, Inc.
Making IT Work As One?6?4
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems