sixart

Home Members sixart

Learn more about our upcoming Identity Summits

show less show more
Profile picture of sixart

@sixart

active 4 years, 3 months ago
Points balance: 637 ♪
Rank: sixart
  • Activity
  • Profile
  • Groups 0
  • Forums
  • Personal
  • Mentions
  • Favorites
  • Groups
  • Profile picture of sixart

    sixart started the topic change IPaddress VMs with opendj in the forum Directory Services 4 years, 9 months ago

    Hi,

    I have three VMs with this ip:
    VM1 – 192.168.9.121
    VM2 – 192.168.9.122
    VM3 – 192.168.9.123

    I must change this IPs with:
    VM1 – 10.180.9.121
    VM2 – 10.180.9.122
    VM3 – 10.180.9.123

    When I install and configure Opendj and replication I use IP and not dns name for installation.

    There is a procedure for change IP in Opendj??

    Regards,
    Dario

  • Profile picture of sixart

    sixart replied to the topic problem with initialize-all in dsreplication in the forum Directory Services 4 years, 10 months ago

    Enable command return this outuput:
    Establishing connections ..... Done.
    Checking registration information ..... Done.
    Configuring Replication port on server 192.168.0.148:4444 ..... Done.
    Configuring Replication port on server 192.168.0.151:4444 ..... Done.
    Updating replication configuration for baseDN dc=example,dc=it
    on server…
    [Read more]

  • Profile picture of sixart

    sixart replied to the topic problem with initialize-all in dsreplication in the forum Directory Services 4 years, 10 months ago

    I’m using Opendj 3.

    The output is:
    The provided credentials are not valid in server 192.168.0.148:4444. Details:

  • Profile picture of sixart

    sixart started the topic problem with initialize-all in dsreplication in the forum Directory Services 4 years, 10 months ago

    Hi,
    I have a problem when try to initialize replication in Opendj 3.

    I do this command:

    /opt/opendj/bin/dsreplication
    enable
    --adminUID admin
    --adminPassword password
    --baseDN dc=example,dc=it
    --host1 192.168.0.148
    --port1 4444
    --bindDN1 "cn=Admin"
    --bindPassword1 Admin
    --replicationPort1 8989
    --host2 192.168.0.151
    --port2 4444…
    [Read more]

  • Profile picture of sixart

    sixart replied to the topic change ds-cfg-max-password-age in the forum Directory Services 5 years ago

    Hi Ludo,
    thanks for the reply.

    I have OpenDJ 3.0.1 and when installed it I configured ds-cfg-max-password-age with “7889400 s” (3 months).
    After that, I updated it with “15778800 s” (6 months), but I noticed that the value ds-pwp-password-expiration-time in many entry didn’t change, or it didn’t change correctly.

    How can I update/recalculate…[Read more]

  • Profile picture of sixart

    sixart started the topic change ds-cfg-max-password-age in the forum Directory Services 5 years ago

    Hi,

    if I change the attribute ds-cfg-max-password-age in my password policy, attribute ds-pwp-password-expiration-time change automatically in all entry of my rootDN or this attribute not change??

    Regards,
    Dario

  • Profile picture of sixart

    sixart started the topic Force reset password in the forum Directory Services 5 years, 3 months ago

    Hi,

    I have configure attribute ds-cfg-password-change-requires-current-password at true and I change password with command:
    ./ldappasswordmodify -p 389 --authzID uid=test,dc=example,dc=it --currentPassword test123 --newPassword test456

    But if I don’t remember old password, how can I force the password change? what is the correct command?

    Regards,
    Dario

  • Profile picture of sixart

    sixart started the topic ds-pwp-warned-time in the forum Directory Services 5 years, 3 months ago

    Hi,

    one question for this attribute.
    I configure:
    – ds-cfg-max-password-age at 3 m
    – ds-cfg-password-expiration-warning-interval 2 m

    When I create an entry I see “ds-pwp-password-expiration-time” but not see “ds-pwp-warned-time”
    Why??
    Can I see this attribute only 1 minute first of expiration password time?

    Regards,
    Salvatore

  • Profile picture of sixart

    sixart replied to the topic Similarity-Based Password Validator in the forum Directory Services 5 years, 3 months ago

    How test if this configuration work??

    Regards,
    Dario

  • Profile picture of sixart

    sixart replied to the topic lastlogintime in the forum Directory Services 5 years, 3 months ago

    I Ludo,

    I use OpenDJ 3.0.1 and I see OpenDJ 3 Admin Giude.

    When I add lastLoginTime attribute it work fine, but now it not work and see that error.
    But I’m not understanding why.

    The attribute is like write in the guide and insert it in the password policy :(

    Dario

  • Profile picture of sixart

    sixart started the topic lastlogintime in the forum Directory Services 5 years, 4 months ago

    Hi,

    I create attribute lastlogintime and set it in password policy (as write in the admin guide).
    I create this attribute in all three server with opendj.

    In two of this server I see this error in access log:
    BIND conn=11272 op=0 msgID=1 version=3 type=SIMPLE dn="uid=usersearch,dc=identity,dc=sieltecloud,dc=it" result=65 message="An error…[Read more]

  • Profile picture of sixart

    sixart replied to the topic monitoring replication for HA in the forum Directory Services 5 years, 4 months ago

    Hi Ludo,

    can you write the LDAP Filter that I must use for receive the missing change value for one OpenDj server?

    Thanks,
    Dario

  • Profile picture of sixart

    sixart started the topic monitoring replication for HA in the forum Directory Services 5 years, 4 months ago

    Hi,

    I want enable a load balancer for using all free server OpenDj.

    I want to now if is possible monitoring state of replication (enable, missing change ect).

    For example, I check if one node have missing change and in this way I exclude it to balancing.

    Regards,
    Dario

  • Profile picture of sixart

    sixart replied to the topic Error replication after stop and start server in the forum Directory Services 5 years, 4 months ago

    Hi Ludo,

    I use Opendj 3.0.1

  • Profile picture of sixart

    sixart replied to the topic replication without schema in the forum Directory Services 5 years, 4 months ago

    Hi,

    and why don’t I have the replication of schema?

  • Profile picture of sixart

    sixart started the topic problem with enable replication in the forum Directory Services 5 years, 4 months ago

    Hi,

    I create two VM with same opendj, and in this I create same “dc=example,dc=com”

    In the VM1 I restore backup of schema and user, after this I enable replication between VM1 and VM2 but I see only user, schema is not replicated.

    Why??
    Where is the error in this procedure??

    Regards,
    Dario

  • Profile picture of sixart

    sixart started the topic Error replication after stop and start server in the forum Directory Services 5 years, 4 months ago

    Hi,

    I have a problem with replication after stopped server.

    I see in log this error:
    category=SYNC severity=ERROR msgID=org.opends.messages.replication.274 msg=The following log '/opt/opendj/changelogDb/1.dom/2786.server' must be released but it is not referenced."
    category=SYNC severity=ERROR msgID=org.opends.messages.replication.11 msg=The…
    [Read more]

  • Profile picture of sixart

    sixart replied to the topic replication without schema in the forum Directory Services 5 years, 4 months ago

    In the end of file 99-user.ldif I have this:

    ds-sync-generation-id: 8408
    modifiersName: cn=Directory Manager,cn=Root DNs,cn=config
    ds-sync-state: 0000015746d40b2404e900000002
    ds-sync-state: 0000015746d2481e176400000003
    ds-sync-state: 00000157b8e5cd141d9d0000000d
    ds-sync-state: 0000015608a87ea21dcd00000002
    ds-sync-state:…
    [Read more]

  • Profile picture of sixart

    sixart replied to the topic replication without schema in the forum Directory Services 5 years, 4 months ago

    Hi Ludo,

    when I enable replication on 34 attributes and 2 classes only an attribute has been replicated.
    For this I have disabled schema replication and created the missing attributes and classes in all VM.

    I use the command:
    dsreplication disable -h localhost -p 4444 -D “cn=Directory manager” -w password -b “cn=schema” -X

    You never had…[Read more]

  • Profile picture of sixart

    sixart started the topic replication without schema in the forum Directory Services 5 years, 4 months ago

    Hi,

    I want enable replication without replicating schema.

    It possible enable replication with this limitation??

    Regards,
    Dario

  • Load More
Profile Photo M_ishibe Profile Photo Adamadam

Search the forums

Leaderboard

The leaderboard is based on our rockin' informal points system, read about it here.

Recent blog posts

  • Using an Authentication Tree Stage to Build a Custom UI with the ForgeRock JavaScript SDK February 26, 2020
  • Identity Workflow with AM using Zeebe and Cloud Functions February 19, 2020
  • IDM: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 23, 2020
  • DS: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 22, 2020
  • AM and IG: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 22, 2020
Visit our blog

Recent Topics

  • Handle exception in Node Patch Object
  • SP Initiated SSO – Unable to do sso or federation
  • Realm level access
  • How can I generate 32 bytes Random salt in js script
  • Bypass Login Page in Chain

©2022 ForgeRock - we provide an identity and access platform to secure every online relationship for the enterprise market, educational sector and even entire countries. Click to view our privacy policy and terms of use.

  • Blog
  • Documentation
    • OpenAM / Access Management
    • OpenDJ / Directory Services
    • OpenIDM / Identity Management
    • OpenIG / Identity Gateway
    • OpenICF / Open Connector Framework
    • Intro to Identity
  • Forums
    • General Discussion
    • ForgeRock Products
      • OpenAM
      • OpenIDM
      • OpenDJ
      • OpenIG
      • OpenUMA
    • DevOps
    • Internet of Things
    • Documentation
    • Groups
  • Twitter
  • Facebook
  • Linkedin
  • Youtube

Log in with your credentials

Lost your password?

Forgot your details?

I remember my details