LDAP on AIX - the continuing tragedy...

unix

    Next

  • 1. Suggetsions for BMC Patrol type solution?
    Has anyone found a decent, reliable enterprise monitoring solution along the lines of BMC Patrol? Need to monitor CPU, memory, disk, etc. Ability to monitor Oracle, Apache, Tomcat would be a bonus. Free is preferred. :) TIA
  • 2. Output from uptime and # of CPU's
    AIX'ers! I've got some questions about uptime. Man page says: "The load average is the number of runnable processes over the preceding 5-, 10-, 15-minute..." Example 1: If I have a 1 proc machine and the uptime show a value of 3,5, that means the load is high? Example 2: If I have a 6 proc machine and the uptime give me a value of 7, that means no problem? So my question is: How can I, based on number of CPU's on the machine, know if the load is high or not, based on output from uptime? TIA! Arne S
  • 3. Any way to bypass nameserver call in IPV6 ???
    Apache and several other open source projects have converted their code from using gethostbyname() to using getaddrinfo(). They call getaddrinfo with a hints.ai_family = AF_UNSPEC, which means "get me both IPV4 as well as IPV6" addresses. If I were using gethostbyname(), then I could prevent going to the nameserver if I have the host in the /etc/hosts file and had /etc/netsvc.conf contain "hosts= local,bind". How do I create the same behaviour for IPV6 addresses ? Additionally, I noted that even though I specify a FQDN in the getaddrinfo() call, it tries both that name as well as a name created by appending my domain name. For example: - I specify XXX.YYY.COM - getaddrinfo does IPV6 queries for: XXX.YYY.COM XXX.YYY.COM.YYY.COM Is this correct behaviour??? Thanks, -tony
  • 4. Aix 5.1 Console back to login screen
    We have a couple of processes running on the console, just the last week every mouring the console has returened to the login screen. The process are kill and not running. We have moved these process to a PC so thay are not killed, but the console screen still goes to the login. Any suggestions.
  • 5. AIX User Management with AD
    We are using 9x Windows 2000 server and 2x AIX servers on our network, we intend to configure centralized user management, which means we should have an option in windows AD to define whether this user is allowed to login in AIX or not and what will be his home folder and group in AIX and we should not require to create his user account in our AIX machine. I will appreciate if any of you can recommand a reliable solution / configuration.

LDAP on AIX - the continuing tragedy...

Postby Menno Willemse » Sat, 17 Feb 2007 01:56:31 GMT

h fellow AIXers,

A while back I reported on the success I had configuring a rather
simple LDAP server on AIX. All it needs to do is spoon out passwords
to everybody who asks. And for weeks on end it ran without fail,
whereupon it shat itself afer a reboot. My Test/Dev domain has been
without LDAP since.

Now I do have one NON-NEGOTIABLE requirement: LDAP must keep its
{*filter*} mitts out of /home, because that is reserved, surprisingly, for
users' home directories. It lives on an NFS server, and is accessed
using the automounter. Putting a symlink there is Not Possible. I have
also tried, and failed, to mount a local directory using the
Automounter, so /home is a no-go area for authentication servers.
Period.

This rules out using mksecldap for the whole of the operation, because
that piece of shi^H^Hoftware actually assumes not only that I want to
put DB2 databases in ldapdb2's home directory, but also that that home
directory is /home/ldapdb2. It is actually HARD-CODED in the script.
After a week of installing, reinstalling, browsing the Usenet groups,
perusing IBM-style documentation in dozens of PDFs, I want to meet the
maker of that program. In a dark alley. With no witnesses.

I am now turning to the Community At Large, asking what I'm doing
wrong. This is the procedure, more or less in script form, though I
type in the commands as you see them:

#----------------------------------------------------------------------
# STARTING POINT: Freshly installed AIX 5.3 system. TL5, SP5.
#----------------------------------------------------------------------

#----------------------------------------------------------------------
# STAGE ONE: INSTALLING AND STARTING THE SERVER
#----------------------------------------------------------------------

# Make the users and groups
mkgroup id=30006 ldap
mkgroup id=30007 users=root dbsysadm
mkuser id=30002 pgrp=ldap groups=ldap umask=002 home=/local/data/ldap/
ldap \
gecos="Lightweight Directory Access Protocol administrative
user" ldap
mkuser id=30003 pgrp=dbsysadm groups=ldap umask=002 \
home=/local/data/ldap/ldapdb2 \
gecos="LDAP DB2 database administrator" ldapdb2

# Set passwords on non-personal accounts to p@ssw0rd
# - security is overrated anyway.
passwd ldap;pwdadm -c ldap
passwd ldapdb2;pwdadm -c ldapdb2

# Found this in a post somewhere...
chmod 775 /local/data/ldap/ldapdb2

# DB2 likes async I/O.
chdev -l aio0 -a autoconfig=available
mkdev -l aio0

# Install the requisite software
installp -acgXYd /data/sw/AIX/aix53/latest \
db2_08_01.ca db2_08_01.cc db2_08_01.cj \
db2_08_01.client db2_08_01.cnvucs db2_08_01.conn
db2_08_01.conv \
db2_08_01.cs.rte db2_08_01.das db2_08_01.db2.engn
db2_08_01.db2.rte \
db2_08_01.db2.samples db2_08_01.essg db2_08_01.icuc
db2_08_01.icut \
db2_08_01.jdbc db2_08_01.ldap \
db2_08_01.msg.en_US.iso88591 db2_08_01.pext db2_08_01.repl \
db2_08_01.sqlproc ldap.client.adt ldap.client.rte
ldap.server.cfg \
ldap.server.com ldap.server.java ldap.server.rte \
X11.apps.config
# X11.apps.config is just so I can ssh -X to the box, and run ldapxcfg

# Reboot the server here...
reboot
#----------------------------------------------------------------------

# License the DB2 server for LDAP
/usr/opt/db2_08_01/adm/db2licm -a /usr/ldap/etc/ldap-custom-db2ese.lic

# Pre-configure the LDAP server
expo

Re: LDAP on AIX - the continuing tragedy...

Postby Hajo Ehlers » Sat, 17 Feb 2007 07:44:45 GMT

n 15 Feb., 17:56, "Menno Willemse" < XXXX@XXXXX.COM > wrote:


Have you read tech note:
Technote (FAQ)
On UNIX systems you cannot configure the database in a location other
than /home when /home is an NFS mount

Problem
Steps to manually configure the database in a location other than /
home, when /home is an NFS mount.

http://www-1.ibm.com/support/docview.wss?rs=0&dc=DB500&q1=ldap&q2=aix&q3=%2fhome&uid=swg21079155&loc=en_US&cs=utf-8&cc=us&lang=en

hth
Hajo


Re: LDAP on AIX - the continuing tragedy...

Postby Menno Willemse » Sat, 17 Feb 2007 19:00:56 GMT



 http://www.**--****.com/ %2fhome&uid=swg21079155&loc=en_US&cs=utf-8&cc=us&lang=en

Well, I just tried doing it their way:

#----------------------------------------------------------------------
# STAGE THREE-A: PRE-CONFIGURING THE DATABASE - THE WAY OF THE BARE
HAND
#----------------------------------------------------------------------

/usr/ldap/db2/instance/db2icrt -u ldapdb2 ldapdb2
cp /etc/services /etc/services.PRE-LDAP
echo "ldapdb2svc 3700/tcp" >> /etc/services
echo "ldapdb2svci 3701/tcp" >> /etc/services

# SWITCH TO THE LDAPDB2 ACCOUNT HERE
su - ldapdb2

# Create the database and set its tuning parameters
db2 create db ldapdb2 on ~ldapdb2 using codeset UTF-8
db2empfa ldapdb2
db2 update db cfg for ldapdb2 using applheapsz 4096
db2 update db cfg for ldapdb2 using pckcachesz 720

# Update the database for local loopback connections
db2 update dbm cfg using SVCENAME ldapdb2svc
db2 catalog tcpip node ldapdb2n remote localhost server ldapdb2svc
db2 catalog db ldapdb2 as ldapdb2b at node ldapdb2n authentication
server
db2set DB2COMM=TCPIP

# Restart the DB2 server to enable happiness
db2stop
db2start

# Add the following to the /usr/ldap/etc/ibmslapd.conf
# At the end of the stanza that starts:
# dn: cn=Directory,cn=RDBM Backends

# mrw added these
ibm-slapdDbInstance: ldapdb2
ibm-slapdDbAlias: ldapdb2b
ibm-slapdDbUserId: ldapdb2
ibm-slapdDbName: ldapdb2
ibm-slapdDbUserPw: p@ssw0rd
ibm-slapdDbLocation: /local/data/ldap/ldapdb2
ibm-slapdSetEnv: DB2CP=1208
# End of mrw additions

Now that last line it told me to uncomment rather than add, but I
couldn't find it. I then added the administrator account to the LDAP
config as shown here:

ldapcfg \
        -u 'cn=root,dc=utopia,dc=johnguest,dc=com' \
        -p 'Z@rqu0n' \
        -n

And tried to start ibmslapd, which failed in a slightly different way
this time:

Plugin of type DATABASE is successfully loaded from /lib/libback-
config.a.
Error code -2 from odbc string:" SQLTransact "  .
Failed to initialize be_config.
Error encountered.  Server starting in configuration only mode.

Mind you, previously I hadn't added ldap to the dbsysadm group, so
maybe that's worth trying. Will report on any progress.

Cheers,
Menno


Re: LDAP on AIX - the continuing tragedy...

Postby Menno Willemse » Sun, 18 Feb 2007 01:45:44 GMT

Well, that went up like a lead balloon.

- Standard install of AIX 5.3.

- mksecldap -s \
        -a 'cn=root,dc=utopia,dc=johnguest,dc=com' \
        -p 'p@ssw0rd' \
        -S RFC2307AIX \
        -d 'dc=utopia,dc=johnguest,dc=com' \
        -u NONE

Forget about putting the database somewhere sensible. Forget about pre-
configuring databases. The *only* thing I did was pre-create the users
WITH the correct group memberships.

End result:

Plugin of type EXTENDEDOP is successfully loaded from libevent.a.
Plugin of type DATABASE is successfully loaded from /lib/libback-
config.a.
Error code -1 from odbc string:" SQLAllocEnv "  .
Failed to initialize be_config.
Error encountered.  Server starting in configuration only mode.
Plugin of type EXTENDEDOP is successfully loaded from libloga.a.
Non-SSL port initialized to 389.

And no working LDAP server. My opinion on this is not fit for polite
company.


Re: LDAP on AIX - the continuing tragedy...

Postby Hajo Ehlers » Sun, 18 Feb 2007 11:56:18 GMT



IBM say about this error:

 http://www.**--****.com/ 

meaning more or less you are using the wrong db2 version . Have you
update any db2 version ?

regards
Hajo


Re: LDAP on AIX - the continuing tragedy...

Postby Henry » Tue, 20 Feb 2007 05:02:06 GMT





apparently this is useful too
 http://www.**--****.com/ #main


Re: LDAP on AIX - the continuing tragedy...

Postby Menno Willemse » Tue, 20 Feb 2007 21:44:55 GMT

i Hajo and Henry,

Help is much appreciated. (Especially since IBM has seen fit to move
my TCP/IP course to July. It never rains, but it pours).

On Feb 18, 8:02 pm, "Henry" < XXXX@XXXXX.COM > wrote:

Responding to both:

ldapsearch -h ldap.acme.com "objectClass=*"
# lslpp -L |grep db2
db2_08_01.ca 8.1.1.16 C F Configuration
Assistant
db2_08_01.cc 8.1.1.16 C F Control Center
db2_08_01.ch.en_US.iso88591
db2_08_01.cj 8.1.1.16 C F Java Common files
db2_08_01.client 8.1.1.16 C F Base Client
Support
db2_08_01.cnvucs 8.1.1.16 C F Code Page
Conversion Tables -
db2_08_01.conn 8.1.1.16 C F Connect Support
db2_08_01.conv 8.1.1.16 C F Code Page
Conversion Tables
db2_08_01.cs.rte 8.1.1.16 C F Communication
Support - TCP/IP
db2_08_01.das 8.1.1.16 C F Administration
Server
db2_08_01.db2.engn 8.1.1.16 C F Base DB2 UDB
Support
db2_08_01.db2.rte 8.1.1.16 C F Run-time
Environment
db2_08_01.db2.samples 8.1.1.16 C F Sample Database
Source
db2_08_01.essg 8.1.1.16 C F Product Signature
for DB2 UDB
db2_08_01.icuc 8.1.1.16 C F ICU Collation
db2_08_01.icut 8.1.1.16 C F ICU Utilities
db2_08_01.jdbc 8.1.1.16 C F Java Support
db2_08_01.jhlp.en_US.iso88591
db2_08_01.ldap 8.1.1.16 C F DB2 LDAP Support
db2_08_01.msg.en_US.iso88591
db2_08_01.pext 8.1.1.16 C F Parallel Extension
db2_08_01.repl 8.1.1.16 C F Replication
db2_08_01.sqlproc 8.1.1.16 C F SQL Procedures

This is what came with AIX 5.3, TL5, SP5. I could try to find a more
recent one, but this one is pretty high up already. The move database
utility could be useful, but only if I can't create the database in
the right place in the first place.

As far as I can tell with ldapsearch, I do get a functional LDAP
server, all that needs doing is to populate it with my domain
information. But when I try doing that with mksecldap the database
ceases to function. I could try upgrading my DB2 to a more recent
version if there is one. Will tell you if this has any good results.

Cheers,
Menno.


Re: LDAP on AIX - the continuing tragedy...

Postby Menno Willemse » Tue, 20 Feb 2007 23:55:40 GMT

Hello World,

Right. Did a fresh install again - this time with DB2 8.1.1.80. Same
result. I get a running empty ldap server, then mksecldap {*filter*}s it
up and it won't start anymore. Same messages as above.

Theoretically, It might be something to do with my installation, so I
could try a reinstall from BOS rather than from my standard mksysb.
But I don't believe that is it.

This should just work, dammit!

Cheers,
Menno


Re: LDAP on AIX - the continuing tragedy...

Postby Menno Willemse » Wed, 21 Feb 2007 02:05:12 GMT

Hello World,

Okay... I've just found an efix that could solve the problem because
one of the APARs in it describes the problem accurately enough:

 http://www.**--****.com/ 

Unfortunately the install script that comes with it... doesn't work
properly. So now I'll reinstall the machine yet again, install the
requisite software, then BEFORE configuring it any further or even
rebooting, apply the efix. This should keep the file free. Will report
on progress.

So where would one normally download ldap.server PTFs? They aren't in
the Quick Links for AIX Fixes page.

Cheers,
Menno "Seriously considering NIS" Willemse


Re: LDAP on AIX - the continuing tragedy...

Postby Menno Willemse » Wed, 21 Feb 2007 02:37:52 GMT



Aaaand...

Error code -1 from odbc string:" SQLAllocEnv "  .

{*filter*} this for a lark. LDAP was never meant to work on AIX. Does
anyone have an idea on how to add the aix bit in rfc2307aix to
OpenLDAP?



Re: LDAP on AIX - the continuing tragedy...

Postby Menno Willemse » Fri, 23 Feb 2007 02:09:03 GMT



Post-script - Just installed a server fresh with no modifications at
all. AIX up to the max level. I let mksecldap set everything up
itself.

It bombed.

I think this one is over to IBM - go fix your program.

And I used to *LIKE* IBM software.

CHeers,
Menno


Similar Threads:

1.AIX - LDAP

I have a need to supply nthash encrypted passwords for a new application 
being served by my aix 5.3 system. 

1) does the built-in ldap used for user authentication support nthash?
2) how can I provide the hashed password using some other tool?

Thanks

2.AIX auditing on LDAP users

Hello to everyone,

a customer asked me to implement auditing on some AIX 5.3 LPARs.

For local users everything is OK, but they have also many LDAP users
to be monitored (they want to trace logins as well as command
executions/exit statuses and so on).

I haven't found any examples for this kind of implementation in
documentation, does anyone have ever worked on something similar and
could help me?

Thanks,

Thomas

3.AIX LDAP client (secldapclntd)

Hi,

When starting the AIX LDAP client daemon (secldapclntd), I have noticed the 
following behavior :

First the first LDAP server in the /etc/security/ldap/ldap.cfg is connected 
to. secldapclntd waits for this connection to be fully initialized before 
starting a connection to the 2nd server (same for 3rd, 4th etc.)
The AIX LDAP client daemon is not fully operational (e.g. no 'lsuser -R LDAP 
<user>' can be performed), until connections to all LDAP servers configured 
are initialized. In our case (where we have some LDAP servers that are 
dealing with performance issues), this can lead to several minutes of 
waiting for secldapclntd to initialize.

My questions :

- Is the secldapclntd daemon configurable so it does not wait for all LDAP 
servers?
- Is it possible to open the connection to the LDAP servers in a parallel 
way?


Thanks for any insight you can give me on this matter!


Kind regards,
Mark 

4.AIX 5.3 ML4 LDAP and Kerberos Integration

Hi all,

I need some help here!
I'm trying to integrate an AIX 5.3 ML4 machine with a MS Win 2003 AD
server using MS SFU 3.5 and IBM LDAP Client 5.2.0.0 and Kerberos 5
Client 1.4.0.2.

I've read IBM's redbook "Integrating AIX into Heterogeneous LDAP
Environments" (SG247165) and did everything like it is there.

Kerberos an LDAP client are running good isolated, as you can see below
(names have been changed):

======= KRB5 ==================
HOST01:/etc/krb5>kinit -k host/host01.example.com
riscf50:/etc/krb5>klist
Ticket cache:  FILE:/var/krb5/security/creds/krb5cc_0
Default principal:  host/ XXXX@XXXXX.COM 

Valid starting     Expires            Service principal
08/04/06 15:56:37  08/05/06 01:56:38  krbtgt/ XXXX@XXXXX.COM 
        Renew until 08/05/06 15:56:37

======= LDAP Client and queries ==========
HOST01:/etc/krb5>lsldap -a passwd aixuser01
Cannot contact the secldapclntd daemon

HOST01:/etc/krb5>start-secldapclntd
Starting the secldapclntd daemon.
The secldapclntd daemon started successfully.

HOST01:/etc/krb5>lsuser aixuser01
aixuser01 id=71118 pgrp=testeaix1 groups=testeaix1 home=/home/aixuser01
shell=/usr/bin/ksh gecos=aixuser01 login=true su=true rlogin=true
daemon=true admin=false sugroups=ALL admgroups= tpath=nosak ttys=ALL
expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=KRB5ALDAP
SYSTEM=KRB5ALDAP logintimes= loginretries=0 pwdwarntime=0
account_locked=false minage=0 maxage=0 maxexpired=-1 minalpha=0
minother=0 mindiff=0 maxrepeats=8 minlen=0 histexpire=0 histsize=0
pwdchecks= dictionlist= fsize=2097151 cpu=-1 data=262144 stack=65536
core=2097151 rss=65536 nofiles=2000 roles=

HOST01:/etc/krb5>cd /etc/security/ldap

HOST01:/etc/security/ldap>ls-secldapclntd
ldapservers=w2003server.example.com
ldapport=389
ldapversion=3
userbasedn=cn=Users,dc=example,dc=com
groupbasedn=cn=Users,dc=example,dc=com
idbasedn=
usercachesize=1000
usercacheused=1
groupcachesize=100
groupcacheused=1
cachetimeout=300
heartbeatT=300
numberofthread=10
connectionsperserver=10
alwaysmaster=no
authtype=UNIX_AUTH
searchmode=ALL
defaultentrylocation=LDAP
ldaptimeout=60
userobjectclass=User
groupobjectclass=Group

HOST01:/etc/security/ldap>lsldap -a passwd aixuser01
dn: CN=aixuser01,CN=Users,DC=example,DC=com
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: aixuser01
givenName: aixuser01
distinguishedName: CN=aixuser01,CN=Users,DC=example,DC=com
instanceType: 4
whenCreated: 20060802194350.0Z
whenChanged: 20060802194747.0Z
displayName: aixuser01
uSNCreated: 1531721
memberOf: CN=testeaix2,CN=Users,DC=example,DC=com
uSNChanged: 1531754
name: aixuser01
objectGUID: cF=sS
userAccountControl: 512
badPwdCount: 0
codePage: 0
countryCode: 0
badPasswordTime: 0
lastLogoff: 0
lastLogon: 0
pwdLastSet: 127990216676718750
primaryGroupID: 513
objectSid:
accountExpires: 9223372036854775807
logonCount: 0
sAMAccountName: aixuser01
sAMAccountType: 805306368
userPrincipalName:  XXXX@XXXXX.COM 
objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=example,DC=com
msSFU30Name: aixuser01
msSFU30UidNumber: 71118
msSFU30GidNumber: 70001
msSFU30LoginShell: /usr/bin/ksh
msSFU30Passwor<: 
msSFU30NisDomain: example
msSFU30HomeDirectory: /home/aixuser01
msSFU30PosixMemberOf: CN=testeaix2,CN=Users,DC=example,DC=com

HOST01:/etc/security/l>ap>ldapsearch -D
'cn=user-ldap,cn=Users,dc=example,dc=com' -b
'cn=Users,dc=example,dc=com' -h w2003server.example.com -w '?'
'(cn=aixuser01)'
Enter password>==>
CN=aixuser01,CN=Users,DC=example,DC=com
objectClass=top
objectClass=person
objectClass=organizationalPerson
objectClass=user
cn=aixuser01
givenName=aixuser01
distinguishedName=CN=aixuser01,CN=Users,DC=example,DC=com
instanceType=4
whenCreated=20060802194350.0Z
whenChanged=20060802194747.0Z
displayName=aixuser01
uSNCreated=1531721
memberOf=CN=testeaix2,CN=Users,DC=example,DC=com
uSNChanged=1531754
name=aixuser01
objectGUID=NOT ASCII
userAccountControl=512
badPwdCount=0
codePage=0
countryCode=0
badPasswordTime=0
lastLogoff=0
lastLogon=0
pwdLastSet=127990216676718750
primaryGroupID=513
objectSid=NOT ASCII
accountExpires=9223372036854775807
logonCount=0
sAMAccountName=aixuser01
sAMAccountType=805306368
userPrincipalName= XXXX@XXXXX.COM 
objectCategory=CN=Person,CN=Schema,CN=Configuration,DC=example,DC=com
msSFU30Name=aixuser01
msSFU30UidNumber=71118
msSFU30GidNumber=70001
msSFU30LoginShell=/usr/bin/ksh
msSFU30Passwo<d=
msSFU30NisDomain=example
msSFU30HomeDirectory=/home/aixuser01
msSFU30PosixMemberOf=CN=testeaix2,CN=Users,DC=example,DC=com
=====================================================================

As you can see, kerberos and LDAP are functioning correctly.
The I changed ldap.cfg to use kerberos bind:

### ldap.cfg altered options ###
useKRB5:yes
krbprincipal:host/host01.example.com
krbkeypath:/etc/krb5/krb5.keytab
krbcmddir:/usr/krb5/bin/
####################################################

After that, I issued "kdestroy", "kinit -k host/host01.example.com" and
then the commands below, as seen in the redbook:

==========================================================
HOST01:/etc/security/l>ap>ldapsearch -b "cn=Users,dc=example,dc=com" -h
w2003server.example.com -m GSSAPI -s one '(cn=aixuser01)' dn
ldap_search: Operations error
ldap_search: additional info: 00000000: LdapErr: DSID-0C090627,
comment: In order to perform this operation a successful bind must be
completed on the connection., data 0, vece

HOST01:/etc/security/l>ap>klist
Ticket cache:  FILE:/var/krb5/security/creds/krb5cc_0
Default principal:  host/ XXXX@XXXXX.COM 

Valid starting     Expires            Service principal
08/04/06 16:40:06  08/05/06 02:40:06
krbtgt/ XXXX@XXXXX.COM 
        Renew until 08/05/06 16:40:06
08/04/06 16:48:32  08/05/06 02:40:06
ldap/ XXXX@XXXXX.COM 
        Renew until 08/05/06 16:40:06
================================================================

Something strange happened, for me at least. The ldapsearch command
returned an error but a kerberos ticket was granted.

So, I'm stucked at this point. I need to make this query execute
succesfully to integrate AIX login to MS AD. Can anyone help ?

I saw APAR IY79120 at IBM's AIX support web site, but it does not have
a reasonable explanation for me. I'm also trying local IBM support, but
they didn't answer me yet.

Thanks in advance and sorry for my english.

Anderson

5.Compile sudo on AIX with LDAP support

Hello,

I need help to compile sudo on AIX to support LDAP.
Any idea is welcome.

Thanks in advance.
Karim

6. LDAP AIX Authentication with Windows Active Directory doubts

7. LDAP on aix

8. LDAP on AIX 5.2



Return to unix

 

Who is online

Users browsing this forum: No registered users and 67 guest