PAm + ldap : I have no name

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default PAm + ldap : I have no name

    Hi all.

    I'm trying to use ldap for authenticating users on my debian 'testing'
    box.
    Authentication works and users can log in.
    But instead of their username, there is 'I have non name!'.
    Their UID are found and their groups id too (not names ...).

    'getent passwd' returns all the users, with their correct names and id
    that are in the ldap directory.
    Also, I can use finger to lookup a specifc username.

    Does anybody have anidea of what could be wrong ?

    Thanks in advance for any help.

    Mike
    Mike Baroukh Guest

  2. Similar Questions and Discussions

    1. Help with LDAP
      Hello, I am new to using LDAP in windows 2003. When I installed Contribute Publishing System on a test server and started to set it up, it allows...
    2. PHP & LDAP over SSL
      hi everyone, i have written a php-application running on a linux-box with apache2 and php4.3.1 username and password of login-procedure are to...
    3. Net::LDAP Vs AD
      Hello, I would like to write modifs to the bugzilla code in order that it can perform integrated security lookups against my active directory...
    4. SSH and LDAP
      Has anyone implemented SSH and LDAP together?
    5. LDAP for AIX 5.1
      Does anyone know the simplest way to configure LDAP on an AIX 5.1 box? Do I have to disable NIS services before? I appricate your help. Right
  3. #2

    Default Re: PAm + ldap : I have no name

    Quote Originally Posted by Mike Baroukh View Post
    Hi all.

    I'm trying to use ldap for authenticating users on my debian 'testing'
    box.
    Authentication works and users can log in.
    But instead of their username, there is 'I have non name!'.
    Their UID are found and their groups id too (not names ...).

    'getent passwd' returns all the users, with their correct names and id
    that are in the ldap directory.
    Also, I can use finger to lookup a specifc username.

    Does anybody have anidea of what could be wrong ?

    Thanks in advance for any help.

    Mike
    I have the same problem. Any ideas?
    Unregistered Guest

  4. #3

    Default Re: PAm + ldap : I have no name

    Hi there,

    it's a permission problem. Either user or others doesn't have permission to read LDAP files. If you change to 644, probably it's works. Well... at least works for me. :P

    Fabio
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139