Displaying 3 results from an estimated 3 matches for "posixacount".
Did you mean:
posixaccount
2018 Jul 04
5
classicupgrade questions
I am trying to do a classicupgrade. (This is not 1st try, I went through it
once time already; then I deleted all data and trying it again, with
questions now.)
Command
samba-tool domain classicupgrade --dbdir=/etc/samba.PDC/ --realm=ad.nemuh.cz
--dns-backend=BIND9_DLZ /etc/samba.PDC/smb.PDC.conf
Problem a)
...
init_sam_from_ldap: Entry found for user: pc0027$
init_sam_from_ldap: Failed to
2003 Aug 19
1
LDAP arrangement for machines
Dear Folks,
Now trying to get Samba 3.0.0 RC1 up and running only with LDAP, as PDC. I am
using openldap 2.1.22-5 from rawhide on RH9. pbedit was able to migrate the
user accounts to the existing posixAcounts in LDAP (nice!) but not the machine
accounts, which had no pre-existing entries beyond the top-level entry
ou=Devices.
Since the sambaSamAccount is auxiliary, it needs a structural objectClass to
work with. What structural objectClass should samba add?
Do I need to write a script to add the mac...
2018 Jul 10
0
classicupgrade questions
...> sambaPwdMustChange: 2147483647
> sambaAcctFlags: [W ]
> sambaPwdCanChange: 1158129830
> sambaPwdLastSet: 1158129830
> displayName: PC0027$
> sambaSID: S-1-5-21-..numbers here...-45023
Objectclass is wrong!
"init_sam_from_ldap" searches for "objectClass: posixAcount"
Your problem is, that you are *not* using "objectClass: posixAcount". So
your machine objects have no posix attributes. I assume you store the
posix stuff in /etc/passwd shadow and group. This works until today, but is
depreciated since decades.
i.e.
# ldapsearch -xLLL -D cn=ad...