Number of logins allowed ?

BO 4.1.4 General Supervisor.
I have set the number of logins allowed after password expiration to 10
(Tools --> Options --> General Supervisor) but if I give a wrong password I
get the message ‘You have only 2 more attempts left’ and the login is
disabled after 3 wrong passwords. How can I set this value to 10 ?

Thank you for your help
Pierrot


Pierrot HERITIER
Swiss Federal Railways, Mittelstrasse 43, CH-3030 Bern (Switzerland)
Tel (++41) (512) 20 4484
Fax (++41) (512) 20 4485
e-mail : pher@royal.net
Visit my pictures collection at http://www.datacomm.ch/pher


Listserv Archives (BOB member since 2002-06-25)

Hello Pierrot!

There is just one way (I know) to change the number of login trials or
to disable this counting: you’ve got to insert/update a row in the
table obj_m_genpar !

SQL Code: insert into obj_m_genpar values (117, 1, 0, 0, xxx, ‘’)
xxx => The number of login attempts allowed (0 = infinite)

For more info: repository table documentation is included on every
BusinessObjects CD => /freeware/repostry/rpindex.htm.

pher@ROYAL.NET 03/02 9:11 a >>>
BO 4.1.4 General Supervisor.
I have set the number of logins allowed after password expiration to 10
(Tools → Options → General Supervisor) but if I give a wrong password I
get the message ‘You have only 2 more attempts left’ and the login is
disabled after 3 wrong passwords. How can I set this value to 10 ?

Thank you for your help
Pierrot


Listserv Archives (BOB member since 2002-06-25)

In a message dated 99-03-02 03:13:27 EST, you write:

but if I give a wrong password I
get the message ‘You have only 2 more attempts left’ and the login is
disabled after 3 wrong passwords. How can I set this value to 10 ?

We just posted a tech note on our web site that talks about a “behind the
scenes” way of setting the password “hack” limit to whatever value you need.
In the case on our web site, the value is set to unlimited.

You should be able to pull up the article directly by using the URL:

http://www.islink.com/strike3.htm

Or go to the “table of contents” for our Business Objects technical notes at:

http://www.islink.com/bobjtech.htm

Regards,
Dave Rathbun
Integra Solutions
www.islink.com


Listserv Archives (BOB member since 2002-06-25)

As you already wrote: this is the “number of logins allowed after password
expiration”, and therefore something different from “wrong password logins”.
The number of retries after wrong password entries can only be set in the “global
parameters table” in the security repository. Have a look into the description of
the repository tables (on CD in folder: freeware). It’s the OBJ_M_GENPAR table.

hope this helps.
Walter

pher@ROYAL.NET wrote:

BO 4.1.4 General Supervisor.
I have set the number of logins allowed after password expiration to 10
(Tools → Options → General Supervisor) but if I give a wrong password I
get the message ‘You have only 2 more attempts left’ and the login is
disabled after 3 wrong passwords. How can I set this value to 10 ?

Thank you for your help
Pierrot


Pierrot HERITIER
Swiss Federal Railways, Mittelstrasse 43, CH-3030 Bern (Switzerland)
Tel (++41) (512) 20 4484
Fax (++41) (512) 20 4485
e-mail : pher@royal.net
Visit my pictures collection at http://www.datacomm.ch/pher


Pls report bounces in response to postings to BUSOB-L-Request@listserv.aol.com
Web archives (9am-5pm ET only): listserv.aol.com/archives/busob-l.html
OR search: Mail to listserv@listserv.aol.com, ‘search a_phrase in BUSOB-L’
Unsubscribe: Mail to listserv@listserv.aol.com, ‘unsubscribe BUSOB-L’
====================================


DI Walter Muellner
Delphi Software GmbH, Vivenotgasse 48, A-1120 Vienna / Austria
Tel: +43-1-8151456, Fax: +43-1-8151456-21
e-mail: w.muellner@delphi.at, WEB: http://www.delphi.at


Listserv Archives (BOB member since 2002-06-25)