Displaying 2 results from an estimated 2 matches for "lfmg".
Did you mean:
  fmg
  
2009 May 29
0
Failed search for base: sambaDomainName=MUC, sambaDomainName=MUC, dc=...
Hi,
during debuging with level 10 logfile on my PDC, I saw during the joining 
process off a member server:
[2009/05/29 21:27:20,  5] lib/smbldap.c:smbldap_search_ext(1205)
   smbldap_search_ext: base => 
[sambaDomainName=MUC,sambaDomainName=MUC,dc=mr,dc=lfmg,dc=de], filter => 
[(&(objectClass=sambaTrustedDomainPassword)(sambaDomainName=MUC))], scope => [2]
.....
[2009/05/29 21:27:20, 10] lib/smbldap.c:smbldap_search_ext(1269)
   Failed search for base: 
sambaDomainName=MUC,sambaDomainName=MUC,dc=mr,dc=lfmg,dc=de, error: 32 (No 
such object) (...
2012 May 10
1
samba4 migration problems
...;  1000.
Yesterday I created a machine account by hand (with the command samba uses). 
After that in LDAP is no attribute sambaSID. Then I enabled level 10 debug log 
and joined this machine. In the log I saw, that samba looks in LDAP for an 
attribute sambaNextRid in sambaDomainName=MUC,dc=mr,dc=lfmg,dc=de. Then it 
takes this number as RID for the new machine and write the old RID value 
incremented back to the attribute.
I don't know who or what filled this attribute initially with a value < 1000. 
But maybe it's a good idea if samba doesn't use values < 1000 if that makes...