Re: [Samba] samba4 adding an index to sam.ldb

2013-09-17 Thread Bo Kersey
Anyone have a clue as to how I set the fINDEXED attrib? I have an additional attribute in samba4 ldap that I need indexed. > - Original Message - > > From: "Bo Kersey" > > To: "Andrew Bartlett" > > Sent: Sunday, September 15, 2013 7:53:49 AM

[Samba] samba4 adding an index to sam.ldb

2013-09-14 Thread Bo Kersey
s reindexing again... # record 1 dn: @INDEXLIST @IDXONE: 1 @IDXVERSION: 2 @IDXATTR: mail @IDXATTR: mSMQLabelEx detail removed for brevity @IDXATTR: msSFU30IsValidContainer distinguishedName: @INDEXLIST # returned 1 records # 1 entries # 0 referrals -- Bo Kersey VirCIO - managed network sol

Re: [Samba] Samba 4 LDAP NTLM password nightly injection

2013-08-13 Thread Bo Kersey
Duh... got it, nvm... new_userdata = s4_passdb.getsampwnam("jtest") print binascii.hexlify(new_userdata.nt_passwd) And my troubleshooting was required by a typo that I made.. argh! - Original Message - > From: "Bo Kersey" > To: "Luc Lalonde"

Re: [Samba] Samba 4 LDAP NTLM password nightly injection

2013-08-13 Thread Bo Kersey
t;> admin_userdata.lanman_passwd = "552902031BEDE9EFAAD3B435B51404EE" > >> s4_passdb.update_sam_account(admin_userdata) > >> ### > > > > Sort of. Those values are not base16 strings, but raw bytes, but > &

Re: [Samba] oLschema2ldif segfault

2013-07-12 Thread Bo Kersey
hanks! - Original Message - > From: "Bo Kersey" > To: "Andrew Bartlett" > Sent: Friday, July 12, 2013 7:22:48 AM > Subject: Re: [Samba] oLschema2ldif segfault > > Andrew, > So it is the problem with the tool and I should be able to attributes >

[Samba] oLschema2ldif segfault

2013-07-11 Thread Bo Kersey
I'm seeing a oLschema2ldif segfault when it comes across attributetypes with syntax '1.3.6.1.4.1.1466.115.121.1.5' that is a BINARY attribute. Is this by design? Can I store binary attributes in samba4 ldap? Thanks! -- To unsubscribe from this list go to the following URL and read the instr