Re: [389-users] dsadmin python library - about Entry behavior

2013-03-18 Thread Roberto Polli
Hi Rich, a question about Entry behavior. Given the following entry: t = 'o=foo', {'objectclass': ['organization', 'top']} e = Entry(t) Use dict.update would be very nice, but if you try e.data.update({'dc': 'bar', 'objectclass':['organization', 'top', 'domain']}) you'll end up with a strange

Re: [389-users] dsadmin python library

2013-03-14 Thread Rich Megginson
On 03/14/2013 10:59 AM, Roberto Polli wrote: On Wednesday 13 March 2013 09:33:05 Rich Megginson wrote: a separate github repo just for dsadmin.py yes. It could become an useful stand-alone library. What about the scripts such as dirsynccrtl.py, winsyncssl.py, etc. that use dsadmin.py? Should

Re: [389-users] dsadmin python library

2013-03-14 Thread Roberto Polli
On Wednesday 13 March 2013 09:33:05 Rich Megginson wrote: > a separate github repo just for dsadmin.py yes. It could become an useful stand-alone library. Peace, R. -- Roberto Polli Community Manager Babel S.r.l. - http://www.babel.it T: +39.06.9826.9651 M: +39.340.652.2736 F: +39.06.9826.9680 P

Re: [389-users] dsadmin python library

2013-03-13 Thread Rich Megginson
On 03/12/2013 10:58 AM, Roberto Polli wrote: Hi Rich, why don't move the useful dsadmin python library in a separate repo? Not sure what you mean - https://github.com/richm/scripts - you mean have a separate github repo just for dsadmin.py, separate from the other scripts? I could contri