search for: new_lp_ctx

Displaying 1 result from an estimated 1 matches for "new_lp_ctx".

2013 Mar 26
1
Samba 4 LDAP NTLM password nightly injection
...at best. Here we go anyway... I've looked at the 'upgrade.py' but I can't seem to figure out how to connect to the Samba4 passwd database. In the script I see these lines: ####################################################### # Connect to samba4 backend s4_passdb = passdb.PDB(new_lp_ctx.get("passdb backend")) ######################################################## I would appreciate a hint on how to connect to the database please. Where is the 'passdb' object referenced from? Once that's done, from what I understand, I should be able to change the passwor...