hi, im having some trouble with gadmin rights..
can anyone confirm this, or is this an error at my place?
i did this
ioftpd.ini:
ginfo = 12MG
in nxtools.cfg
# - Flags given to siteops and group admins.
#
set misc(SiteopFlags)   "M1"
set misc(GAdminFlags)   "G2"
raw cmd:
site gadduser test test testpass 
test@ip.com
site change test flags +2G
Logged on with user test
site ginfo test
-[GroupInfo]------------------------------------------------------------.
| You do not have admin rights for this group. |
'------------------------------------------------------------------------'
here is site uinfo
(19:06:38) [1] site uinfo test
(19:06:38) [1] 200-     .-------[USER-iNFO]---------------------------------------------.
(19:06:38) [1] 200-     |  Home.......:                                                     
(19:06:38) [1] 200-     |  Tagline....: This is my FAGLINE...                               
(19:06:38) [1] 200-     |  Groups.....: test                                                 
(19:06:38) [1] 200-     |  User.......: test                Flags......: 32G        
(19:06:38) [1] 200-     |  Ratio......: 1:3                 Credits....: 0.0      MB 
(19:06:38) [1] 200-     |  UL Cap.....: 0         kB/s      DN Cap.....: 0         kB/s
(19:06:38) [1] 200-     +---------------------------------------------------------------.
(19:06:38) [1] 200-     |  Logins.....:          2 FTP         0 HTTP          0 TELNET
(19:06:38) [1] 200-     |  DayUp......:      0.0 MB           0 F        0.0 kB/s
(19:06:38) [1] 200-     |  DayDn......:         0.0 MB            0 F          0.0 kB/s
(19:06:38) [1] 200-     |  WkUp.......:      0.0 MB           0 F        0.0 kB/s
(19:06:38) [1] 200-     |  WkDn.......:         0.0 MB            0 F          0.0 kB/s
(19:06:38) [1] 200-     |  MonthUp....:      0.0 MB           0 F        0.0 kB/s
(19:06:38) [1] 200-     |  MonthDn....:         0.0 MB           0 F          0.0 kB/s
(19:06:38) [1] 200-     |  AllUp......:      0.0 MB           0 F        0.0 kB/s
(19:06:38) [1] 200-     |  AllDn......:         0.0 MB           0 F          0.0 kB/s
(19:06:38) [1] 200-     +---------------------------------------------------------------.
(19:06:38) [1] 200-     |  test@ip.*                                                
(19:06:38) [1] 200-     |                                                              
(19:06:38) [1] 200-     |                                                              
(19:06:38) [1] 200-     '---------------------------------------------------------------'
and site ginfo done with master account:
(19:09:06) [1] site ginfo test
(19:09:06) [1] 200-.-[GroupInfo]------------------------------------------------------------.
(19:09:06) [1] 200-|  Username          |   All Up   |   All Dn   |   Ratio    |   Flags    |
(19:09:06) [1] 200-|------------------------------------------------------------------------|
(19:09:06) [1] 200-| test                   |        0KB |        0KB | 1:3        | 3G2          |
(19:09:06) [1] 200-|------------------------------------------------------------------------|
(19:09:06) [1] 200-| * Denotes SiteOp    + Denotes GAdmin                             curry |
(19:09:06) [1] 200-| User Slots: 1       Leech Slots: 0                                     |
(19:09:06) [1] 200-|------------------------------------------------------------------------|
(19:09:06) [1] 200-| Total All Up:     0.GB  Total Files Up: 0         Group Users: 1   |
(19:09:06) [1] 200-| Total All Dn:     0.0GB  Total Files Dn: 0           With Leech: 0   |
(19:09:06) [1] 200-'------------------------------------------------------------------------'
note that no + is shown like admins should have, according to the script.. :s
any ideas?