~ubuntu-branches/ubuntu/karmic/likewise-open/karmic

« back to all changes in this revision

Viewing changes to samba/source/nsswitch/pam_winbind.c

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2008-08-27 08:56:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080827085620-5q0f58b9qtog9myq
Tags: 4.1.0.2956-0ubuntu1
* missing-likewise-logo.diff: removed
* fixed copyright notice
* updated Standards-Version to 3.8.0
* removed path from command in prerm
* removed stop in S runlevel

Show diffs side-by-side

added added

removed removed

Lines of Context:
1638
1638
                bCreatedHomeDir = (wbl_result == WBL_STATUS_OK);
1639
1639
        }
1640
1640
#if ! defined(AIX)
1641
 
        if (wbl_result != WBL_STATUS_OK) {
1642
 
                _pam_log(pamh, state, LOG_WARNING, "could not create home directory");
1643
 
        }
1644
1641
        ret = PAM_SUCCESS;
1645
1642
#endif
1646
1643