[7.460][BUG][NOTABUG] Debug like infos when deleting a in use user ?

Hi

seems there are "debugging like" (asg internals ?) informations when deleting a user which is logged and still in use:


The aaa->user object '' is still used by the role->role object 'SUPERADMIN'.
Proceed with object deletion anyway?
The aaa->user object '' is still used by the ssl_vpn->remote_access->aaa configuration.
Proceed with object deletion anyway?
The network->aaa object ' (User Network)' is still used by the portal->allowed_networks configuration.
Proceed with object deletion anyway?


for info I'm deleting the user named 

thx
  • Astaro Beta Report
    --------------------------------
    Version: 7.460
    Type: BUG
    State: NOTABUG
    Reporter: BuBU
    Contributor: 
    MantisID: 
    --------------------------------
  • I don't understand what is wrong in this logfile? All seems to be correct

    greetings
    Andreas
  • I don't understand what is wrong in this logfile? All seems to be correct

    greetings
    Andreas


    ok no problems I was thinking of this more as developer explanations things like  "ssl_vpn->remote_access->aaa" seems aaa is an internal object ? I've no idea what it correspond to as a webadmin user [:)] things may need to be more clear...

    thx
  • in the backend of the astaro the configuration is stored in a complex database named confdaemon. There is a table named aaa and under this is a column named user. You can understand this line better if you read it from the end. object  is in the clomun user and you will find the user column in the database aaa. That's all ;-)

    Greetings
    Andreas
  • in the backend of the astaro the configuration is stored in a complex database named confdaemon. There is a table named aaa and under this is a column named user. You can understand this line better if you read it from the end. object  is in the clomun user and you will find the user column in the database aaa. That's all ;-)

    Greetings
    Andreas


    eheh... no problems... was just kiding [[[:)]]] I'm a developer, sysadmin and whatesoever... [[[:)]]] I understand that sort of thing... but this is developer language [[[:)]]] not end user... this is what I meant...

    you can close that one... thx
  • Hi Bubu,

    for 7.470, i tweaked the way these dialogues are rendered.
    I did *not* remove the actual object classes (like "aaa->user")
    and configuration node names (like "portal->allowed_users")
    because these can be very helpful for experienced users.
    But i *did* add a header line showing the WebAdmin tab you
    need to navigate to in case you want to find out more,
    so you will now get text similar to the following:


    Management >> WebAdmin Settings >> Access Control:
    The aaa->user object 'MyName' is still used by the role->role object 'AUDITOR'.
    Proceed with object deletion anyway?

    Management >> User Portal >> Global:
    The aaa->user object 'MyName' is still used by the portal->allowed_users configuration.
    Proceed with object deletion anyway?

    Management >> User Portal >> Global:
    No users have access to the user portal.
    Will disable the user portal.

    Button:Cancel
    Button[:$]K


    The mappings are not yet complete for all tabs, but as far as i can see, at least "Management" and "Users" are done.

    Yours,
      Ingo