gautamkct

Home Members gautamkct

Learn more about our upcoming Identity Summits

show less show more
Profile picture of gautamkct

@gautamkct

active 5 years, 5 months ago
Points balance: 104 ♪
Rank: gautamkct
  • Activity
  • Profile
  • Groups 0
  • Forums
  • Personal
  • Mentions
  • Favorites
  • Groups
  • Profile picture of gautamkct

    gautamkct replied to the topic Disable user in the forum Directory Services 5 years, 6 months ago

    Thanks Ludo For information.

    I could actually update user status from java JNDI and once disabled user is not able to authenticate which is desired behavior.

    sample code snippet for reference
    Attribute mod0 = new BasicAttribute("ds-pwp-account-disabled", "true");

    Thanks
    Gautam Sharma

  • Profile picture of gautamkct

    gautamkct replied to the topic Disable user in the forum Directory Services 5 years, 6 months ago

    Hi Ludo,

    Could you please suggest any pointer or link.

    Thanks
    Gautam Sharma

  • Profile picture of gautamkct

    gautamkct replied to the topic Disable user in the forum Directory Services 5 years, 6 months ago

    Thanks for reply.

    I tried with “ds-pwp-account-disabled”` attribute but no luck.
    Please find below code snippet as well

    Properties properties = new Properties();
    properties.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
    properties.put(Context.PROVIDER_URL,…
    [Read more]

  • Profile picture of gautamkct

    gautamkct replied to the topic Disable user in the forum Directory Services 5 years, 6 months ago

    Thanks for reply.

    I tried with “ds-pwp-account-disabled”` attribute but no luck.
    Please find below code snippet as well

    Properties properties = new Properties(); properties.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
    properties.put(Context.PROVIDER_URL,…
    [Read more]

  • Profile picture of gautamkct

    gautamkct replied to the topic Disable user in the forum Directory Services 5 years, 6 months ago

    Thanks for reply.

    I tried with “ds-pwp-account-disabled”` attribute but no luck.
    Please find below code snippet as well

    Properties properties = new Properties();
    properties.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
    properties.put(Context.PROVIDER_URL,…
    [Read more]

  • Profile picture of gautamkct

    gautamkct replied to the topic Disable user in the forum Directory Services 5 years, 6 months ago

    Thanks for prompt response.

    Please find my answers.

    What does it mean, it doesn’t seem to be working ?
    I could set value using modifications but while getting it always shows attrs.get("get-account-is-disabled") and attrs.get("ds-pwp-account-disabled")) as null

    Do you get an error when trying to add the attribute ?
    No error

    How do you c…[Read more]

  • Profile picture of gautamkct

    gautamkct replied to the topic Disable user in the forum Directory Services 5 years, 6 months ago

    Thanks for prompt response.

    Please find my answers.

    What does it mean, it doesn’t seem to be working ?
    I could set value using modifications but while getting it always shows attrs.get(“get-account-is-disabled”) as null

    Do you get an error when trying to add the attribute ?
    No error

    How do you check if the account is disabled ?
    I can check f…[Read more]

  • Profile picture of gautamkct

    gautamkct replied to the topic Disable user in the forum Directory Services 5 years, 6 months ago

    Thanks for prompt response.

    Please find my answers.

    What does it mean, it doesn’t seem to be working ?
    I could set value using modifications but while getting it always shows attrs.get(“get-account-is-disabled”) as null

    Do you get an error when trying to add the attribute ?
    No error

    How do you check if the account is disabled ?
    I can check f…[Read more]

  • Profile picture of gautamkct

    gautamkct replied to the topic Disable user in the forum Directory Services 5 years, 6 months ago

    Thanks for prompt response.

    Please find by answers.

    What does it mean, it doesn’t seem to be working ?
    I could set value using modifications but while getting it always shows attrs.get(“get-account-is-disabled”) as null

    Do you get an error when trying to add the attribute ?
    No error

    How do you check if the account is disabled ?
    I can check f…[Read more]

  • Profile picture of gautamkct

    gautamkct started the topic Disable user in the forum Directory Services 5 years, 6 months ago

    Hi Team,

    Can you please help me with disable OpenDJ user from Java API.I tried with below code but it doesn’t seems to be working

    new BasicAttribute("ds-pwp-account-disabled", true);

    However from OPenDJ server i could disable user from below command.

    $./manage-account
    set-account-is-disabled
    –port 4444
    –bindDN…[Read more]

  • Profile picture of gautamkct

    gautamkct replied to the topic OpenDJ Redhat version compatibility in the forum Directory Services 5 years, 7 months ago

    Thanks Gentjan.

    OpenDJ forums are really helpful for beginner like me :)

    Thanks
    Gautam Sharma

  • Profile picture of gautamkct

    gautamkct replied to the topic OpenDJ Redhat version compatibility in the forum Directory Services 5 years, 7 months ago

    Hi Gentjan,

    Thanks for prompt response.

    We are using Redhat 6.5 however would like to confirm whether OPenDJ means Linux Kernel version from below statement or not.Please suggest.

    Linux 2.6 and later

    Thanks
    Gautam Sharma

  • Profile picture of gautamkct

    gautamkct started the topic OpenDJ Redhat version compatibility in the forum Directory Services 5 years, 7 months ago

    Hi Team,

    I went through OPenDJ 3.0.0 release notes and found out Linux OS compatibility as shown below

    • Linux 2.6 and later

    Shall I consider Linux 2.6 as Linux kernel version if yes it leads to Redhat 4+ version for Redhat Linux.

    Please let me know if my understanding is correct or not.Thanks in Advance

    Thanks
    Gautam Sharma

  • Profile picture of gautamkct

    gautamkct started the topic OpenDJ Redhat version compatibility in the forum Directory Services 5 years, 7 months ago

    Hi Team,

    I went through OPenDJ 3.0.0 release notes and found out Linux OS compatibility as shown below

    • Linux 2.6 and later

    Shall I consider Linux 2.6 as Linux kernel version if yes it leads to Redhat 4+ version for Redhat Linux.

    Please let me know if my understanding is correct or not.

    Thanks
    Gautam Sharma

  • Profile picture of gautamkct

    gautamkct replied to the topic OPenDJ version comparison in the forum Directory Services 5 years, 7 months ago

    Thanks for Prompt response.Really appreciate your help for pointing me in right direction.
    Moreover if you have any link in terms performance comparison please do share.

  • Profile picture of gautamkct

    gautamkct replied to the topic OPenDJ version Suggestion in the forum Directory Services 5 years, 7 months ago

    Thanks for help.Will write custom utility to achieve that.

    Thanks
    Gautam Sharma

  • Profile picture of gautamkct

    gautamkct started the topic OPenDJ version comparison in the forum Directory Services 5 years, 7 months ago

    Hi Team,

    We are planing to go ahead with OPenDJ 3.0.0 in one of our application however would like to see comparison between OpenDJ 2.6.0 and 3.0.0. version before we finalize this version.

    Any link link or some points would be much appreciated.

    Thanks
    Gautam Sharma

  • Profile picture of gautamkct

    gautamkct replied to the topic OPenDJ version Suggestion in the forum Directory Services 5 years, 7 months ago

    Hi Ludo,

    Thanks for reply.What i means from these terms is –
    Homogeneous = Replication in another OPenDJ instance.
    Heterogeneous = Replication in another LDAP server other than OPenDJ. To achieve this I can export and import ldiff file however checking if any out of box feature available.

    Thanks In Advance

    Thanks
    Gautam Sharma

  • Profile picture of gautamkct

    gautamkct replied to the topic OPenDJ version Suggestion in the forum Directory Services 5 years, 7 months ago

    Hi Jean-Noel,

    Thanks a lot for your help.

    Thanks
    Gautam Sharma

  • Profile picture of gautamkct

    gautamkct replied to the topic OPenDJ version Suggestion in the forum Directory Services 5 years, 7 months ago

    Hi Jean-Noel,

    Thanks for prompt response.If possible can you please help me with below queries as well.

    1. Does OPenDJ 3.5.0 support Homogeneous and Heterogeneous replication.
    2. Any link where i can see support timeline and EOSL

    Thanks in advance.

    Thanks
    Gautam Sharma

  • Load More
Profile Photo soroor Profile Photo yychang26

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