RESOLVED - LDAP Question

Previous topic - Next topic

jeffs42885

I turned LDAP on an 08 system with an invalid setting and I cannot get in.

Is there a registry key I can revert to? I checked and cant find anything. Thanks in advance.

Justin Derrick

#1
Written for AIX, but it should still work for you:

https://cmod.wiki/index.php/Manually_disabling_LDAP_authentication
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

jeffs42885

Thank you sir! Much appreciated. I will try this and let ya know how i made out.

jeffs42885

Quote from: Justin Derrick on July 27, 2015, 10:21:31 PM
Written for AIX, but it should still work for you:

http://cmod.wiki/index.php/Manually_disabling_LDAP_authentication

Justin, thanks again. This worked for me. You might want to add to the wiki that you need to restart the library server.

Justin Derrick

Excellent tip.  I wrote that article when I couldn't get CMOD to start, so that's a valid point in your scenario.

Thanks!

-JD.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

jeffs42885

Quote from: Justin Derrick on July 28, 2015, 12:57:01 PM
Excellent tip.  I wrote that article when I couldn't get CMOD to start, so that's a valid point in your scenario.

Thanks!

-JD.

Is it safe to assume that this is not an IBM supported method?

Justin Derrick

Anything that modifies the database manually is unsupported.  However, if you called them with this problem, this is how you'd have to fix it.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

jeffs42885

Heh, I did that. And I got a blob from a link.

And the link.

Thanks again JD

Alessandro Perucchi

Hello Justin,

just for info, in DB2, you can use the function

BITANDNOT

in order to flip a bit according to your needs.

You were saying in the wiki:

QuoteIn this example, simply subtract 4 from the value returned on your system, and update the field in the database accordingly

if you write that:

$ db2 "update arssys set sys_mask=bitandnot(sys_mask, 4)"

and if the bit 3 is set, then it will be cleared, and if it was cleared, then it stays cleared!

Kind regards,
Alex
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

Justin Derrick

I swear, I learn as much as I teach here.  :D

That's an excellent tip.  Thanks Alessandro!  I'll try and get that updated today.  :)

-JD.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Justin Derrick

#10
I actually spent some time re-writing and expanding this article in the wiki -- here's the shortcut: https://cmod.wiki/index.php?title=Manually_disabling_LDAP_authentication
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR