[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2007-04-04 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMO-1716:
---

Fix Version/s: (was: 2.0-M3)
   2.0-M5

Moving to M5 as the target release

 Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
 

 Key: GERONIMO-1716
 URL: https://issues.apache.org/jira/browse/GERONIMO-1716
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.0, 1.1, 1.1.1, 1.2, 2.0-M5
 Environment: Any
Reporter: Donald Woods
 Assigned To: Donald Woods
Priority: Minor
 Fix For: 2.0-M5

 Attachments: G1716.patch


 Enhancement to the default PropertiesFileLoginModule and Console to encrypt 
 user passwords in users.properties.
 To do this, PropertiesFileLoginModule and Console will be updated to use the 
 SimpleEncryption utility class, just like the deployer, to read/write 
 passwords that have the {Simple} key in front of encrypted passwords.
 The loadProperties() method in PropertiesFileLoginModule will also be updated 
 to rewrite the users.properties file if it detects unencrypted passwords, 
 which will allow users to manually edit the file to update a password and 
 then have it automatically encrypted when the next login event occurs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2007-01-23 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMO-1716:
---

Attachment: (was: Geronimo-1716.patch)

 Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
 

 Key: GERONIMO-1716
 URL: https://issues.apache.org/jira/browse/GERONIMO-1716
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.0, 1.1, 1.2
 Environment: Any
Reporter: Donald Woods
 Assigned To: Donald Woods
Priority: Minor
 Fix For: Wish List


 Enhancement to the default PropertiesFileLoginModule and Console to encrypt 
 user passwords in users.properties.
 To do this, PropertiesFileLoginModule and Console will be updated to use the 
 SimpleEncryption utility class, just like the deployer, to read/write 
 passwords that have the {Simple} key in front of encrypted passwords.
 The loadProperties() method in PropertiesFileLoginModule will also be updated 
 to rewrite the users.properties file if it detects unencrypted passwords, 
 which will allow users to manually edit the file to update a password and 
 then have it automatically encrypted when the next login event occurs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2007-01-23 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMO-1716:
---

Attachment: G1716.patch

Updated patch created against server/trunk.
Patch includes additional logging and fixed duplicated code by using 
refeshUsers/Groups throughout.
Encryption of user properties file is option, by including the optional 
attribute of encrypt=Standard, which has been added to the j2ee-security plan, 
so the default users.properties file will now be encrypted on the first server 
startup and will encrypt Console added users as they are added or hand added 
entries on the next server restart.


 Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
 

 Key: GERONIMO-1716
 URL: https://issues.apache.org/jira/browse/GERONIMO-1716
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.0, 1.1, 1.2
 Environment: Any
Reporter: Donald Woods
 Assigned To: Donald Woods
Priority: Minor
 Fix For: Wish List

 Attachments: G1716.patch


 Enhancement to the default PropertiesFileLoginModule and Console to encrypt 
 user passwords in users.properties.
 To do this, PropertiesFileLoginModule and Console will be updated to use the 
 SimpleEncryption utility class, just like the deployer, to read/write 
 passwords that have the {Simple} key in front of encrypted passwords.
 The loadProperties() method in PropertiesFileLoginModule will also be updated 
 to rewrite the users.properties file if it detects unencrypted passwords, 
 which will allow users to manually edit the file to update a password and 
 then have it automatically encrypted when the next login event occurs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2007-01-23 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMO-1716:
---

Affects Version/s: 2.0
   1.1.1
Fix Version/s: (was: Wish List)
   2.0-beta1
 Assignee: (was: Donald Woods)

Unassigning so a committer can grab it.

 Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
 

 Key: GERONIMO-1716
 URL: https://issues.apache.org/jira/browse/GERONIMO-1716
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.0, 1.1, 1.1.1, 1.2, 2.0
 Environment: Any
Reporter: Donald Woods
Priority: Minor
 Fix For: 2.0-beta1

 Attachments: G1716.patch


 Enhancement to the default PropertiesFileLoginModule and Console to encrypt 
 user passwords in users.properties.
 To do this, PropertiesFileLoginModule and Console will be updated to use the 
 SimpleEncryption utility class, just like the deployer, to read/write 
 passwords that have the {Simple} key in front of encrypted passwords.
 The loadProperties() method in PropertiesFileLoginModule will also be updated 
 to rewrite the users.properties file if it detects unencrypted passwords, 
 which will allow users to manually edit the file to update a password and 
 then have it automatically encrypted when the next login event occurs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2006-11-14 Thread Matt Hogstrom (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1716?page=all ]

Matt Hogstrom updated GERONIMO-1716:


Fix Version/s: Wish List
   (was: 1.1.2)
   (was: 1.2)

Current patch does not appliy.  This is an improvement that would be nice.  
Moving to wishlist.

 Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
 

 Key: GERONIMO-1716
 URL: http://issues.apache.org/jira/browse/GERONIMO-1716
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.0, 1.1, 1.2
 Environment: Any
Reporter: Donald Woods
 Assigned To: Donald Woods
Priority: Minor
 Fix For: Wish List

 Attachments: Geronimo-1716.patch


 Enhancement to the default PropertiesFileLoginModule and Console to encrypt 
 user passwords in users.properties.
 To do this, PropertiesFileLoginModule and Console will be updated to use the 
 SimpleEncryption utility class, just like the deployer, to read/write 
 passwords that have the {Simple} key in front of encrypted passwords.
 The loadProperties() method in PropertiesFileLoginModule will also be updated 
 to rewrite the users.properties file if it detects unencrypted passwords, 
 which will allow users to manually edit the file to update a password and 
 then have it automatically encrypted when the next login event occurs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2006-08-09 Thread Matt Hogstrom (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1716?page=all ]

Matt Hogstrom updated GERONIMO-1716:


Fix Version/s: 1.1.2
   1.2
   (was: 1.1.1)

 Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
 

 Key: GERONIMO-1716
 URL: http://issues.apache.org/jira/browse/GERONIMO-1716
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.0, 1.1, 1.2
 Environment: Any
Reporter: Donald Woods
 Assigned To: Donald Woods
Priority: Minor
 Fix For: 1.1.2, 1.2

 Attachments: Geronimo-1716.patch


 Enhancement to the default PropertiesFileLoginModule and Console to encrypt 
 user passwords in users.properties.
 To do this, PropertiesFileLoginModule and Console will be updated to use the 
 SimpleEncryption utility class, just like the deployer, to read/write 
 passwords that have the {Simple} key in front of encrypted passwords.
 The loadProperties() method in PropertiesFileLoginModule will also be updated 
 to rewrite the users.properties file if it detects unencrypted passwords, 
 which will allow users to manually edit the file to update a password and 
 then have it automatically encrypted when the next login event occurs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2006-07-21 Thread Sachin Patel (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1716?page=all ]

Sachin Patel updated GERONIMO-1716:
---

Assignee: (was: Donald Woods)

Unassigning this so it can be picked up by a committer for inclusion in 1.1.1

 Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
 

 Key: GERONIMO-1716
 URL: http://issues.apache.org/jira/browse/GERONIMO-1716
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.0, 1.1, 1.2
 Environment: Any
Reporter: Donald Woods
Priority: Minor
 Fix For: 1.1.1

 Attachments: Geronimo-1716.patch


 Enhancement to the default PropertiesFileLoginModule and Console to encrypt 
 user passwords in users.properties.
 To do this, PropertiesFileLoginModule and Console will be updated to use the 
 SimpleEncryption utility class, just like the deployer, to read/write 
 passwords that have the {Simple} key in front of encrypted passwords.
 The loadProperties() method in PropertiesFileLoginModule will also be updated 
 to rewrite the users.properties file if it detects unencrypted passwords, 
 which will allow users to manually edit the file to update a password and 
 then have it automatically encrypted when the next login event occurs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2006-06-12 Thread Matt Hogstrom (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1716?page=all ]

Matt Hogstrom updated GERONIMO-1716:


Fix Version: 1.1.1
 (was: 1.2)
 (was: 1.1)

 Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
 

  Key: GERONIMO-1716
  URL: http://issues.apache.org/jira/browse/GERONIMO-1716
  Project: Geronimo
 Type: Improvement
 Security: public(Regular issues) 
   Components: security
 Versions: 1.0, 1.1, 1.2
  Environment: Any
 Reporter: Donald Woods
 Assignee: Donald Woods
 Priority: Minor
  Fix For: 1.1.1
  Attachments: Geronimo-1716.patch

 Enhancement to the default PropertiesFileLoginModule and Console to encrypt 
 user passwords in users.properties.
 To do this, PropertiesFileLoginModule and Console will be updated to use the 
 SimpleEncryption utility class, just like the deployer, to read/write 
 passwords that have the {Simple} key in front of encrypted passwords.
 The loadProperties() method in PropertiesFileLoginModule will also be updated 
 to rewrite the users.properties file if it detects unencrypted passwords, 
 which will allow users to manually edit the file to update a password and 
 then have it automatically encrypted when the next login event occurs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2006-03-09 Thread Donald Woods (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1716?page=all ]

Donald Woods updated GERONIMO-1716:
---

Attachment: Geronimo-1716.patch

New/updated passwords through the console will get encrypted when saved, using 
the SimpleEncryption class as the deployer tool uses.
Hand edits to the users.properties file will get encrypted the next time the 
server is started by the Console provided PropertiesLoginModuleManager GBean.


 Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
 

  Key: GERONIMO-1716
  URL: http://issues.apache.org/jira/browse/GERONIMO-1716
  Project: Geronimo
 Type: Improvement
   Components: security
 Versions: 1.0, 1.1, 1.2
  Environment: Any
 Reporter: Donald Woods
 Assignee: Donald Woods
 Priority: Minor
  Fix For: 1.2
  Attachments: Geronimo-1716.patch

 Enhancement to the default PropertiesFileLoginModule and Console to encrypt 
 user passwords in users.properties.
 To do this, PropertiesFileLoginModule and Console will be updated to use the 
 SimpleEncryption utility class, just like the deployer, to read/write 
 passwords that have the {Simple} key in front of encrypted passwords.
 The loadProperties() method in PropertiesFileLoginModule will also be updated 
 to rewrite the users.properties file if it detects unencrypted passwords, 
 which will allow users to manually edit the file to update a password and 
 then have it automatically encrypted when the next login event occurs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (GERONIMO-1716) Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console

2006-03-09 Thread Donald Woods (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1716?page=all ]

Donald Woods updated GERONIMO-1716:
---

Geronimo Info: [Patch Available]
  Fix Version: 1.1

 Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
 

  Key: GERONIMO-1716
  URL: http://issues.apache.org/jira/browse/GERONIMO-1716
  Project: Geronimo
 Type: Improvement
   Components: security
 Versions: 1.0, 1.1, 1.2
  Environment: Any
 Reporter: Donald Woods
 Assignee: Donald Woods
 Priority: Minor
  Fix For: 1.2, 1.1
  Attachments: Geronimo-1716.patch

 Enhancement to the default PropertiesFileLoginModule and Console to encrypt 
 user passwords in users.properties.
 To do this, PropertiesFileLoginModule and Console will be updated to use the 
 SimpleEncryption utility class, just like the deployer, to read/write 
 passwords that have the {Simple} key in front of encrypted passwords.
 The loadProperties() method in PropertiesFileLoginModule will also be updated 
 to rewrite the users.properties file if it detects unencrypted passwords, 
 which will allow users to manually edit the file to update a password and 
 then have it automatically encrypted when the next login event occurs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira