Password expiration

View: New views
8 Messages — Rating Filter:   Alert me  

Password expiration

by Ben Popp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello -

I'm using continuum 1.1 and my passwords just started to expire:
"Password will expire on Tue Feb 26 14:03:45 EST 2008."  

Is there any way to either disable password expiration, disable the
requirements to cycle passwords, or extend the timeout period for
expiration?

I looked through the config files and I found places to configure LDAP
but nowhere to configure the default account management behavior.

Thanks,
Ben


Re: Password expiration

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Feb 26, 2008 at 1:30 PM, Ben Popp <bpopp@...> wrote:

>  I'm using continuum 1.1 and my passwords just started to expire:
>  "Password will expire on Tue Feb 26 14:03:45 EST 2008."
>
>  Is there any way to either disable password expiration, disable the
>  requirements to cycle passwords, or extend the timeout period for
>  expiration?

In security.properties, you can change these values:

security.policy.password.expiration.enabled=true
security.policy.password.expiration.days=90

This should help:  http://redback.codehaus.org/configuration.html

--
Wendy

Re: Password expiration

by jgifford :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hmm... I've now ran into this issue.  I changed the password(s) for the accounts I have, but Continuum keeps indicating 'Account Locked'.  Where is this security.properties file suppose to be placed for Continuum and what path/file am I supposed to enable this in.

Johnathan

>>> On Tue, Feb 26, 2008 at  2:39 PM, in message
<adba96190802261239k12857030p8f3c4b5b15222960@...>, "Wendy Smoak"
<wsmoak@...> wrote:

> On Tue, Feb 26, 2008 at 1:30 PM, Ben Popp <bpopp@...> wrote:
>
>>  I'm using continuum 1.1 and my passwords just started to expire:
>>  "Password will expire on Tue Feb 26 14:03:45 EST 2008."
>>
>>  Is there any way to either disable password expiration, disable the
>>  requirements to cycle passwords, or extend the timeout period for
>>  expiration?
>
> In security.properties, you can change these values:
>
> security.policy.password.expiration.enabled=true
> security.policy.password.expiration.days=90
>
> This should help:  http://redback.codehaus.org/configuration.html



Re: Password expiration

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Feb 29, 2008 at 11:18 AM, Johnathan Gifford
<jgifford@...> wrote:
> Hmm... I've now ran into this issue.  I changed the password(s) for the accounts I have, but Continuum keeps
> indicating 'Account Locked'.  Where is this security.properties file suppose to be placed for Continuum and
> what path/file am I supposed to enable this in.

If you're running Continuum standalone, then you can put it in
/path/to/continuum/conf/security.properties .

Editing that file isn't going to fix a locked account though.  If it's
the admin account, stopping and re-starting Continuum should unlock
it.  If it's any other account, log in as a user administrator, edit
the account, and unlock it by un-checking the checkbox.

--
Wendy

Re: Password expiration

by jgifford :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>>> On Fri, Feb 29, 2008 at 12:22 PM, in message
<adba96190802291022y3e743067qd31eb35cf6fb485f@...>, "Wendy Smoak"
<wsmoak@...> wrote:
> If you're running Continuum standalone, then you can put it in
> /path/to/continuum/conf/security.properties .

So the fact that this file doesn't currently exist means I need to create it with the values specified at this URL:

http://redback.codehaus.org/configuration.html

Correct?

Thanks,

Johnathan



Re: Password expiration

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Feb 29, 2008 at 11:28 AM, Johnathan Gifford
<jgifford@...> wrote:
> <wsmoak@...> wrote:
>  > If you're running Continuum standalone, then you can put it in
>  > /path/to/continuum/conf/security.properties .
>
>  So the fact that this file doesn't currently exist means I need to create it with the values specified at this URL:
>
>  http://redback.codehaus.org/configuration.html

Yes, create it if it's not there.  You only need to add the properties
for which you want to override the default values.

--
Wendy

ContinuumBuildExecutorException: Could not find Maven project descriptor?

by Tawfik, Sameh E :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



After Continuum finishes running a build, when I look at the build
history I found two outputs. The first one is marked with the build
error icon, and the second one is marked as successful. This happens
every time Continuum runs a build.

Does anyone know anything about this error?

The build error has the following error message:

Build Error
-----------
org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error
executing action 'update-project-from-working-directory' at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.perfor
mAction(DefaultBuildController.java:434)at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(
DefaultBuildController.java:139)at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.exec
uteTask(BuildProjectTaskExecutor.java:50)at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Execut
orRunnable$1.run(ThreadedTaskQueueExecutor.java:116)at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter
.call(Executors.java:442)at
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask
.java:176)at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker
.runTask(ThreadPoolExecutor.java:665)at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker
.run(ThreadPoolExecutor.java:690)at
java.lang.Thread.run(Thread.java:619)

Caused by:
----------
org.apache.maven.continuum.execution.ContinuumBuildExecutorException:
Could not find Maven project descriptor.

at
org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.upda
teProjectFromCheckOut(MavenTwoBuildExecutor.java:148) at
org.apache.maven.continuum.core.action.UpdateProjectFromWorkingDirectory
ContinuumAction.execute(UpdateProjectFromWorkingDirectoryContinuumAction
.java:75) at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.perfor
mAction(DefaultBuildController.java:408)
        ... 8 more
This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.


Continuum email build message.

by Tawfik, Sameh E :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Continuum does not report any SCM changes under the SCM heading, but
instead it reports the SCM changes under "Other Changes Since Last
Success" section?

When Continuum finishes a build and sends an email, the email body shows
the following:

************************************************************************
****
SCM Changes:
************************************************************************
****
No files changed

But when I click on the build link, and open the build results I see the
SCM changes are reported under other "Changes Since Last Success"
heading?

So, there are few issues here:

1. In Continuum email message it reports there are "No files changed"
under the " SCM Changes:" section which is not true.

2. The files that were changed with the authors comments are listed
under "Other Changes Since Last Success" section in the build history
report only?

For example the email body looks as follow:
************************************************************************
****
SCM Changes:
************************************************************************
****
No files changed

************************************************************************
****
Dependencies Changes:
************************************************************************
****
No dependencies changed


And the build results history report looks as follow:

SCM Changes
------------
No SCM changes
 
Other Changes Since Last Success
--------------------------------
Author Date Comment Files
SamehTawfik

How can we fix this situation?

 Thanks,

   Sameh
This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.