[GENERAL] permission to create user

2006-07-17 Thread Timothy Smith
is it possible to give a non super user the ability to create another user of a different group? i'm looking for a way to assign a special group of admin's just enough rights to create other lowbie users without letting them bypass all other access restrictions. ---(end

Re: [GENERAL] permission to create user

2006-07-18 Thread Timothy Smith
Rafal Pietrak wrote: On Mon, 2006-07-17 at 07:54 -0400, John DeSoi wrote: On Jul 17, 2006, at 2:56 AM, Timothy Smith wrote: is it possible to give a non super user the ability to create another user of a different group? i'm looking for a way to assign a special group of admin&#

[GENERAL] problem creating users via pythons script

2006-07-19 Thread Timothy Smith
this is really newb of me but i can't manage to make a script to create users. cur.execute("""CREATE USER %s WITH PASSWORD %s IN GROUP %s """,(StaffUserName,NewPassword,StaffGroup)) produces this error ERROR: syntax error at or near "'bob.smith'" at character 13 is it because i need to dou

Re: [GENERAL] problem creating users via pythons script

2006-07-19 Thread Timothy Smith
Volkan YAZICI wrote: On Jul 19 10:40, Timothy Smith wrote: Volkan YAZICI wrote: On Jul 19 10:02, Timothy Smith wrote: cur.execute("""CREATE USER %s WITH PASSWORD %s IN GROUP %s """,(StaffUserName,NewPassword,StaffGroup)) produces this error E

[GENERAL] unsubscribe

2006-07-19 Thread Timothy Smith
---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly