Re: Admin user used in plugin

2007-07-15 Thread Jarl Grøneng
Thanks, I'll take a look. -- Jarl On 7/14/07, Axton <[EMAIL PROTECTED]> wrote: Just reread the page for jBCrypt; unfortunately it is probably not what you need. It is used to generate hashes, then evaluate plaintext values against that hash. This may be more helpful: http://java.sun.com/j2se/

Re: Admin user used in plugin

2007-07-14 Thread Axton
Just reread the page for jBCrypt; unfortunately it is probably not what you need. It is used to generate hashes, then evaluate plaintext values against that hash. This may be more helpful: http://java.sun.com/j2se/1.4.2/docs/guide/security/jce/JCERefGuide.html http://forum.java.sun.com/thread.js

Re: Admin user used in plugin

2007-07-14 Thread Jarl Grøneng
Its specified in the arsystem script. Does not know if its avaible on platforms other than Solaris. The plugin will be written in Java, will wait for version 7.1. Thanks for the links. -- Jarl On 7/14/07, Axton <[EMAIL PROTECTED]> wrote: Where is ARCONFDIR specificed? In the arsystem script?

Re: Admin user used in plugin

2007-07-14 Thread Axton
Where is ARCONFDIR specificed? In the arsystem script? Is it available on all platforms? Blowfish is a very commonly available encryption scheme that can be used to store encrypted and decrypt value. What language are you using to write the plugin? C or java? For java: http://mindrot.org/pro

Re: Admin user used in plugin

2007-07-13 Thread Jarl Grøneng
It would be much easier to be able to use the "Remedy Application Service" account. The only information I need is admin account and password since the plugin gonna access users logged into the system. I think its better to use the ARONFDIR var, since the plugin gets startet from the plugin daemo

Re: Admin user used in plugin

2007-07-13 Thread Axton
I've toyed with this a bit. I am working on an ardbc plugin that uses its own configuration file. The config file is parsed using yacc. Some pointers on using your own config file: - the cwd of arplugind is the bin directory, therefore, files in the conf directory can be accessed using "../conf

Admin user used in plugin

2007-07-13 Thread Jarl Grøneng
Hi, I need to use an admin account in a plugin(ARDBC/ARF) I develop. I could use a configuration file, ar.conf file? Still need to encrypt the password... Any ideas? Regards, Jarl ___ UNSUBSCRIBE or access ARSlist Arch