Displaying 4 results from an estimated 4 matches for "hadmin".
Did you mean:
admin
2012 Jan 11
4
Exported and Collected Resource With User Defined Resource Broken?
...; present }
# This works fine
myresource { "${::hostname}-extra": ensure => present }
}
define myresource($ensure = present) {
file { "/tmp/puppet_test$name": ensure => $ensure }
}
For reference, after running this on "hmaster" I have:
[hadmin@hmaster ~]$ ls -l /tmp/*hmaster*
-rw-r--r-- 1 root root 0 Jan 11 07:54 /tmp/puppet_testhmaster
-rw-r--r-- 1 root root 0 Jan 11 07:54 /tmp/puppet_testhmaster-extra
-rw-r--r-- 1 root root 0 Jan 11 07:54 /tmp/puppet_testhmaster-virtual
Thank you,
Clay
--
You received this message because you are su...
2018 Mar 08
0
Fwd: Migrating server
...r) not indexed
> slapd[2332]: conn=1120 op=11 SEARCH RESULT tag=101 err=0
nentries=1
> text=
This is *not* a join. It is just samba's try to verify that sadmin has the rights
(aka are in the right groups) to join. And he failed!
so post the output of
getent passwd sadmin
getent passwd hadmin
getent group 512
getent group 1359
After verifying group membership samba evaluates the privileges. This is
not seen here. We set them, when we have solved the group problem.
> The two ways I can join a machine to teh domain is
> - Change to TDBSAM
> - Remove both the lines from smb.co...
2018 Mar 08
3
Fwd: Migrating server
Hi Harry,
sadmin and tadmin are both admin logins. I was trying to domain join with
both. sadmin is in ldap
The olcdbindex.ldif gave this error
SASL/EXTERNAL authentication started SASL username:
gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth SASL SSF: 0
modifying entry "olcDatabase={1}hdb,cn=config" ldap_modify: Other (e.g.,
implementation specific) error (80) additional
2018 Mar 08
1
Fwd: Migrating server
...err=0 nentries=1
>
> > text=
>
> This is *not* a join. It is just samba's try to verify that sadmin has the
> rights (aka are in the right groups) to join. And he failed!
>
>
>
> so post the output of
>
>
>
> getent passwd sadmin
>
> getent passwd hadmin
>
>
>
> getent group 512
>
> getent group 1359
>
>
>
> After verifying group membership samba evaluates the privileges. This is
> not seen here. We set them, when we have solved the group problem.
>
>
>
> > The two ways I can join a machine to teh dom...