security gui is needed.
Hi all,
I'm building an application that will have some security in it in terms of users, groups and permissions.
I wonder if such GUI (already exists) that the end user (root/admin) could use it to create groups, permissions and to establish their association/relation.
thanks for any thoughts.
# 1
Solaris uses the System Management Console which can, as the name suggests, manage the system. Including the adding/removal of users. And considering that this is a Java program you might benefit from it.
Still, if you're able to use 3rd party libraries I'd simply use NetBeans and the Matisse extensions. That way you'll have a GUI setup in no time.
# 2
thanks Lion-O.
if I got you right, you are saying to build with NetBeans something that has the functionality of Solaris' SMC. I'm actually looking for a gui that already exist. I mean there must be some end-user (root) gui to setup groups and roles (I guess?). do you know any or do you suggest to consult the solaris SMC and build something specific to my needs.
thanks
# 3
Hmm, personally I'd build something from the ground up. But if its examples you're looking for then maybe the SMC sourcecode can provide you with some, but in all honosty I think a mere google search might provide you with better examples to use.