{"id":2312,"date":"2011-01-23T19:43:54","date_gmt":"2011-01-23T23:43:54","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/"},"modified":"2011-01-23T19:43:54","modified_gmt":"2011-01-23T23:43:54","slug":"how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/","title":{"rendered":"How to Update User Password in OID (single account or bulk) &#8211; command line or GUI"},"content":{"rendered":"<p>Oracle Internet Directory (OID)\u00a0is LDAP compliant directory server and used to store users with password (optionally) and various other attributes of user (<font color=\"#ff0000\">password is stored in <strong>userPassword<\/strong> attribute<\/font>).\u00a0 User password can be updated by<\/p>\n<p><strong>1)<\/strong> Using <a target=\"_blank\" href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/09\/30\/oid-11g-oracle-directory-services-manager-odsm\/\">ODSM<\/a> \u00a0(for OID 11g)\u00a0or <a target=\"_blank\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/04\/08\/oidadmin-client\/\">OIDMON<\/a>\u00a0(for OID 1og)<\/p>\n<p><strong>2) <\/strong>Using <strong>ldap<\/strong> command (<strong>ldapmodify<\/strong>)\u00a0with LDIF file (<strong>L<\/strong>DAP <strong>D<\/strong>ata <strong>I<\/strong>nterchange <strong>F<\/strong>ormat)<\/p>\n<p>.<\/p>\n<p>.<\/p>\n<p><strong>To update OID user password in bulk<\/strong>(multiple users) using ldap command with LDIF file<\/p>\n<p><strong>a) <\/strong>Create LDIF file <strong>updatePassword.ldif<\/strong> like<\/p>\n<p>__________<\/p>\n<p>dn: cn=<strong>user1,cn=Users,dc=mydomainXX,dc=XXX<\/strong><br \/>\nchangetype: modify<br \/>\nreplace: userPassword<br \/>\nuserPassword: <strong>new_password<\/strong><\/p>\n<p>dn: cn=<strong>user2,cn=Users,dc=mydomainXX,dc=XXX<\/strong><br \/>\nchangetype: modify<br \/>\nreplace: userPassword<br \/>\nuserPassword: <strong>new_password<\/strong><br \/>\n__________<\/p>\n<p><font color=\"#ff0000\">Replace &#8220;<strong>dc=mydomainXX,dc=XXX&#8221;<\/strong> with OID domain (Realm)\u00a0under which users are stored.<\/font><\/p>\n<p><strong>b)<\/strong> Use LDAPMODIFY command<\/p>\n<p>$ORACLE_HOME\/bin\/ldapmodify -h <strong>oid_hostName<\/strong> -p <strong>oid_port<\/strong>-D &#8220;cn=orcladmin&#8221; -w <strong>orcladmin_password<\/strong>-f updatePassword.ldif\u00a0<\/p>\n<p><strong>c)<\/strong> Test if user password is updated successfully<\/p>\n<p>$ORACLE_HOME\/bin\/ldapbind -h [oid_hostName] -p [oid_port] -D &#8220;cn=user1,cn=Users,dc=mydomainXX,dc=XXX&#8221; -w new_Password<\/p>\n<p>You should get message <strong>&#8220;bind successful&#8221;<br \/>\n<\/strong><\/p>\n<p><strong>_________________________<\/strong><\/p>\n<p><font color=\"#ff0000\">To update <strong>cn=orcladmin<\/strong> (superuser) password use <strong>oidpasswd<\/strong> utility, more information <\/font><a target=\"_blank\" href=\"http:\/\/download.oracle.com\/docs\/cd\/E14571_01\/oid.1111\/e10035\/syntax_oid.htm#OIMUR0202\"><font color=\"#ff0000\">here<\/font><\/a><font color=\"#ff0000\">\u00a0and <\/font><a target=\"_blank\" href=\"http:\/\/download.oracle.com\/docs\/cd\/E14571_01\/oid.1111\/e10035\/syntax_oid.htm#CHDHGBJI\"><font color=\"#ff0000\">here<\/font><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Oracle Internet Directory (OID)\u00a0is LDAP compliant directory server and used to store users with password (optionally) and various other attributes [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2312","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Update User Password in OID (single account or bulk) - command line or GUI -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Update User Password in OID (single account or bulk) - command line or GUI -\" \/>\n<meta property=\"og:description\" content=\"Oracle Internet Directory (OID)\u00a0is LDAP compliant directory server and used to store users with password (optionally) and various other attributes [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-01-23T23:43:54+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/\",\"name\":\"How to Update User Password in OID (single account or bulk) - command line or GUI -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2011-01-23T23:43:54+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Update User Password in OID (single account or bulk) &#8211; command line or GUI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Update User Password in OID (single account or bulk) - command line or GUI -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/","og_locale":"en_US","og_type":"article","og_title":"How to Update User Password in OID (single account or bulk) - command line or GUI -","og_description":"Oracle Internet Directory (OID)\u00a0is LDAP compliant directory server and used to store users with password (optionally) and various other attributes [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/","article_published_time":"2011-01-23T23:43:54+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/","name":"How to Update User Password in OID (single account or bulk) - command line or GUI -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2011-01-23T23:43:54+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/01\/23\/how-to-update-user-password-in-oid-single-account-or-bulk-command-line-or-gui\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"How to Update User Password in OID (single account or bulk) &#8211; command line or GUI"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=2312"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2312\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}