Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 14th, 2008, 06:25 PM
LIKKLE MAN
Guest
 
Posts: n/a
Default DB2 on AIX - Authenticate against Active Directory

Can anyone point me to an article that explains how to get an instance
of DB2 running on AIX 5.x authenticating against an Active Directory
server.

There is no issue securing AIX itself in this manner, but is this even
possible in the AIX world from a db perspective?

Thanks

  #2  
Old August 15th, 2008, 02:15 PM
4.spam@mail.ru
Guest
 
Posts: n/a
Default Re: DB2 on AIX - Authenticate against Active Directory

On Aug 14, 9:23*pm, LIKKLE MAN <domenico.copp...@gmail.comwrote:
Quote:
Can anyone point me to an article that explains how to get an instance
of DB2 running on AIX 5.x authenticating against an Active Directory
server.
>
There is no issue securing AIX itself in this manner, but is this even
possible in the AIX world from a db perspective?
>
Thanks
1. Download security modules from here:
https://www14.software.ibm.com/webap...swg-dm-db2ldap
2. Read the readme.ldap file
3. Use such IBMLDAPSecurity.ini file assuming that you have:
Domain name: db2.swg.ru.ibm.com
PDC: db2pdc.db2.swg.ru.ibm.com
Some domain user for connection to PDC:
username: db2pdc\db2user
password: password
--- IBMLDAPSecurity.ini start (don't include this line into the file)
---
LDAP_HOST = db2pdc.db2.swg.ru.ibm.com

USER_OBJECTCLASS = user
USER_BASEDN = CN=Users,DC=db2,DC=swg,DC=ru,DC=ibm,DC=com

USERID_ATTRIBUTE = sAMAccountName
AUTHID_ATTRIBUTE = sAMAccountName

GROUP_OBJECTCLASS = group
GROUP_BASEDN = CN=Users,DC=db2,DC=swg,DC=ru,DC=ibm,DC=com
GROUPNAME_ATTRIBUTE = cn

GROUP_LOOKUP_METHOD = USER_ATTRIBUTE
GROUP_LOOKUP_ATTRIBUTE = memberOf
;NESTED_GROUPS = true

SEARCH_DN = CN=db2user,CN=Users,DC=db2,DC=swg,DC=ru,DC=ibm,DC= com
SEARCH_PW = password
--- IBMLDAPSecurity.ini end (don't include this line into the file)
---

Sincerely,
Mark B.
  #3  
Old August 19th, 2008, 09:23 PM
LIKKLE MAN
Guest
 
Posts: n/a
Default Re: DB2 on AIX - Authenticate against Active Directory

On Aug 15, 9:13*am, 4.s...@mail.ru wrote:
Quote:
On Aug 14, 9:23*pm, LIKKLE MAN <domenico.copp...@gmail.comwrote:
>
Quote:
Can anyone point me to an article that explains how to get an instance
of DB2 running on AIX 5.x authenticating against an Active Directory
server.
>
Quote:
There is no issue securing AIX itself in this manner, but is this even
possible in the AIX world from a db perspective?
>
Quote:
Thanks
>
1. Download security modules from here:https://www14.software.ibm.com/webap...do?source=swg-...
2. Read the readme.ldap file
3. Use such IBMLDAPSecurity.ini file assuming that you have:
Domain name: db2.swg.ru.ibm.com
PDC: db2pdc.db2.swg.ru.ibm.com
Some domain user for connection to PDC:
* username: db2pdc\db2user
* password: password
--- IBMLDAPSecurity.ini start (don't include this line into the file)
---
LDAP_HOST = db2pdc.db2.swg.ru.ibm.com
>
USER_OBJECTCLASS = user
USER_BASEDN = CN=Users,DC=db2,DC=swg,DC=ru,DC=ibm,DC=com
>
USERID_ATTRIBUTE = sAMAccountName
AUTHID_ATTRIBUTE = sAMAccountName
>
GROUP_OBJECTCLASS = group
GROUP_BASEDN = CN=Users,DC=db2,DC=swg,DC=ru,DC=ibm,DC=com
GROUPNAME_ATTRIBUTE = cn
>
GROUP_LOOKUP_METHOD = USER_ATTRIBUTE
GROUP_LOOKUP_ATTRIBUTE *= memberOf
;NESTED_GROUPS = true
>
SEARCH_DN = CN=db2user,CN=Users,DC=db2,DC=swg,DC=ru,DC=ibm,DC= com
SEARCH_PW = password
--- IBMLDAPSecurity.ini end (don't include this line into the file)
---
>
Sincerely,
Mark B.
Thank you very much!
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles