AIX Authentication Inegration in to Active Directory via LDAP

AIX can be integrated in to Active Directory in two ways: via Samba’s winbind directly as a Windows machine, and indirectly via LDAP. The winbind configuration was already covered in a previous posting and worked rather well. However, because of GE’s requirements, it was not possible to utilize the winbind method for Active Directory integration.

Read more ›

AIX Username Length

By default, AIX 5.3 has a user name length limitation of 8 characters, regardless of the back end authentication mechanism. To confirm this, run: getconf LOGIN_NAME_MAX or lsattr -El sys0 -a max_logname To set the size limitation to a new (higher) value, run (where # is the new maximum user name length): chdev -l sys0

Read more ›

Removing Windows Search 4.0 Without It Showing Up in the Add / Remove Programs Control Panel

With Microsoft’s recent release of Windows Search 4.0 for Windows XP, a number of users who had it installed complained about their system becoming rather slow and they wanted the old search functionality returned.  In most cases, a simple uninstall via Add/Remove Programs restored the search functionality to its previous incarnation, but in one particular

Read more ›