[Samba] Samba 3.0.1 not listing workgroup and host name

sun at percipia.com sun at percipia.com
Fri Dec 26 04:28:03 GMT 2003


you right nmbd is not runnig

# smbclient -L localhost
Password:
Anonymous login successful

        Sharename      Type      Comment
        ---------      ----      -------
        IPC$           IPC       IPC Service (rishi Samba Server)
        ADMIN$         IPC       IPC Service (rishi Samba Server)
Anonymous login successful

        Server               Comment
        ---------            -------
        RISHI                rishi Samba Server

        Workgroup            Master
        ---------            -------
        TECHGROUP

Thanks for your help
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Have you given it time for the WINS cache to activate (Can take up to 15
> mins)?
>
> Is nmbd running?
>
> - -Tom
>
> sun at percipia.com wrote:
> | Hi all,
> |
> |
> | I am using samba 3.0.1 LDAP PDC on suse 8.2.  smbclinet command is not
> | listing domain ( work group name). Here is the output smbclient command.
> |
> | rishi:/var/log/samba # smbclient -L localhost
> | Password:
> | Anonymous login successful
> |
> |         Sharename      Type      Comment
> |         ---------      ----      -------
> |         IPC$           IPC       IPC Service (rishi Samba Server)
> |         ADMIN$         IPC       IPC Service (rishi Samba Server)
> | Anonymous login successful
> |
> |         Server               Comment
> |         ---------            -------
> |
> |         Workgroup            Master
> |         ---------            -------
> | rishi:/var/log/samba # smbclient -L localhost  -U Administrator
> | Password:
> |
> |         Sharename      Type      Comment
> |         ---------      ----      -------
> |         IPC$           IPC       IPC Service (rishi Samba Server)
> |         ADMIN$         IPC       IPC Service (rishi Samba Server)
> |         Administrator  Disk      Home Directories
> |
> |         Server               Comment
> |         ---------            -------
> |
> |         Workgroup            Master
> |         ---------            -------
> |
> |
> | Here is my smb.conf file
> | =======================
> | rishi:/var/log/samba # cat /etc/samba/smb.conf | grep -v "^[#;]" | grep
> -v
> | "^$"
> | [global]
> | passdb backend = ldapsam
> | ldap suffix = dc=sfgroup,dc=com
> | ldap user suffix = ou=People
> | ldap group suffix = ou=Groups
> | ldap machine suffix = ou=Computers
> | ldap admin dn = "cn=Manager,dc=sfgroup,dc=com"
> | ldap ssl = no
> | passwd chat debug = Yes
> | passwd program =/usr/local/bin/smbldap-passwd.pl -o %u
> | passwd chat = *new*password* %n\n *new*password:* %n\ *successfully*
> | socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
> | add machine script = /usr/local/sbin/smbldap-useradd.pl -a -w "%m"
> | add user script = /usr/local/sbin/smbldap-useradd.pl -a "%u"
> | delete user script = /usr/local/sbin/smbldap-useradd.pl -d "%u"
> | add group script = /usr/local/sbin/smbldap-useradd.pl -a -g "%g"
> | delete group script = /usr/local/sbin/smbldap-useradd.pl -d -g "%g"
> | add user to group script = /usr/local/sbin/smbldap-useradd.pl -j -u "%u"
> | -g "%g"
> | delete user from group script = /usr/local/sbin/smbldap-useradd.pl -j -u
> | "%u" -g "%g"
> | set primary group script = /usr/local/sbin/smbldap-useradd.pl -m -u "%u"
> | -gid "%g"
> |    workgroup = TECHGROUP
> |    server string = rishi Samba Server
> |    netbios name = rishi
> |    printcap name = cups
> |    load printers = yes
> |    printing = cups
> |    log file = /var/log/samba/%m.log
> |         log level = 3
> |    max log size = 5000
> |    security = user
> | null passwords = yes
> | encrypt passwords = yes
> |    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
> |    local master = yes
> |    os level = 22
> |    domain master = yes
> |    preferred master = yes
> |    domain logons = yes
> |    wins support = yes
> |    dns proxy = no
> | [homes]
> |    comment = Home Directories
> |    browseable = no
> |    writable = yes
> | [printers]
> |    comment = All Printers
> |    path = /var/spool/samba
> |    browseable = no
> |    guest ok = no
> |    writable = no
> |    printable = yes
> |
> | my ldap data output:
> | # extended LDIF
> | #
> | # LDAPv3
> | # base <> with scope sub
> | # filter: (objectclass=*)
> | # requesting: ALL
> | #
> |
> | # sfgroup.com
> | dn: dc=sfgroup,dc=com
> | objectClass: dcObject
> | objectClass: organization
> | dc: sfgroup
> | o: sfgroup
> |
> | # People, sfgroup.com
> | dn: ou=People,dc=sfgroup,dc=com
> | objectClass: organizationalUnit
> | ou: People
> |
> | # Groups, sfgroup.com
> | dn: ou=Groups,dc=sfgroup,dc=com
> | objectClass: organizationalUnit
> | ou: Groups
> |
> | # Computers, sfgroup.com
> | dn: ou=Computers,dc=sfgroup,dc=com
> | objectClass: organizationalUnit
> | ou: Computers
> |
> | # Administrator, People, sfgroup.com
> | dn: uid=Administrator,ou=People,dc=sfgroup,dc=com
> | cn: Administrator
> | sn: Administrator
> | objectClass: inetOrgPerson
> | objectClass: sambaSAMAccount
> | objectClass: posixAccount
> | uid: Administrator
> | homeDirectory: /home
> | sambaLogonTime: 0
> | sambaLogoffTime: 2147483647
> | sambaKickoffTime: 2147483647
> | sambaPwdCanChange: 0
> | sambaHomePath: \\_PDCNAME_\homes
> | sambaHomeDrive: _HOMEDRIVE_
> | sambaProfilePath: \\_PDCNAME_\profiles\
> | loginShell: /bin/false
> | gecos: Netbios Domain Administrator
> | gidNumber: 512
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-1000
> | sambaPrimaryGroupSID: S-1-5-21-3516781642-1962875130-3438800523-512
> | uidNumber: 0
> | sambaLMPassword: 78BCCAEE08C90E29AAD3B435B51404EE
> | sambaAcctFlags: [U]
> | sambaNTPassword: F9E37E83B83C47A93C2F09F66408631B
> | sambaPwdLastSet: 1072410384
> | sambaPwdMustChange: 1076298384
> | userPassword:: e1NTSEF9SjYzTUdRZFlCK3FJMEhFTHVCTmg1RWhmTUF5aVl3bXo=
> |
> | # nobody, People, sfgroup.com
> | dn: uid=nobody,ou=People,dc=sfgroup,dc=com
> | cn: nobody
> | sn: nobody
> | objectClass: inetOrgPerson
> | objectClass: sambaSAMAccount
> | objectClass: posixAccount
> | gidNumber: 514
> | uid: nobody
> | uidNumber: 999
> | homeDirectory: /dev/null
> | sambaPwdLastSet: 0
> | sambaLogonTime: 0
> | sambaLogoffTime: 2147483647
> | sambaKickoffTime: 2147483647
> | sambaPwdCanChange: 0
> | sambaPwdMustChange: 2147483647
> | sambaHomePath: \\_PDCNAME_\homes
> | sambaHomeDrive: _HOMEDRIVE_
> | sambaProfilePath: \\_PDCNAME_\profiles\
> | sambaPrimaryGroupSID: S-1-5-21-3516781642-1962875130-3438800523-514
> | sambaLMPassword: NO PASSWORDXXXXXXXXXXXXXXXXXXXXX
> | sambaNTPassword: NO PASSWORDXXXXXXXXXXXXXXXXXXXXX
> | sambaAcctFlags: [NU         ]
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-2998
> | loginShell: /bin/false
> |
> | # Domain Admins, Groups, sfgroup.com
> | dn: cn=Domain Admins,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 512
> | cn: Domain Admins
> | memberUid: Administrator
> | description: Netbios Domain Administrators
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-512
> | sambaGroupType: 2
> | displayName: Domain Admins
> |
> | # Domain Users, Groups, sfgroup.com
> | dn: cn=Domain Users,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 513
> | cn: Domain Users
> | description: Netbios Domain Users
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-513
> | ambaGroupType: 2
> | displayName: Domain Users
> |
> | # Domain Guests, Groups, sfgroup.com
> | dn: cn=Domain Guests,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 514
> | cn: Domain Guests
> | description: Netbios Domain Guests Users
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-514
> | sambaGroupType: 2
> | displayName: Domain Guests
> |
> | # Administrators, Groups, sfgroup.com
> | dn: cn=Administrators,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 544
> | cn: Administrators
> | description: Netbios Domain Members can fully administer the
> | computer/sambaDom
> |  ainName
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-544
> | sambaGroupType: 2
> | displayName: Administrators
> |
> | # Users, Groups, sfgroup.com
> | dn: cn=Users,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 545
> | cn: Users
> | description: Netbios Domain Ordinary users
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-545
> | sambaGroupType: 2
> | displayName: users
> |
> | # Guests, Groups, sfgroup.com
> | dn: cn=Guests,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 546
> | cn: Guests
> | memberUid: nobody
> | description: Netbios Domain Users granted guest access to the
> | computer/sambaDo
> |  mainName
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-546
> | sambaGroupType: 2
> | displayName: Guests
> |
> | # Power Users, Groups, sfgroup.com
> | dn: cn=Power Users,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 547
> | cn: Power Users
> | description: Netbios Domain Members can share directories and printers
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-547
> | sambaGroupType: 2
> | displayName: Power Users
> |
> | # Account Operators, Groups, sfgroup.com
> | dn: cn=Account Operators,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 548
> | cn: Account Operators
> | description: Netbios Domain Users to manipulate users accounts
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-548
> | sambaGroupType: 2
> | displayName: Account Operators
> |
> | # Server Operators, Groups, sfgroup.com
> | dn: cn=Server Operators,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 549
> | cn: Server Operators
> | description: Netbios Domain Server Operators
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-549
> | sambaGroupType: 2
> | displayName: Server Operators
> |
> | # Print Operators, Groups, sfgroup.com
> | dn: cn=Print Operators,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 550
> | cn: Print Operators
> | description: Netbios Domain Print Operators
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-550
> | sambaGroupType: 2
> | displayName: Print Operators
> |
> | # Backup Operators, Groups, sfgroup.com
> | dn: cn=Backup Operators,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 551
> | cn: Backup Operators
> | description: Netbios Domain Members can bypass file security to back
> up files
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-551
> | sambaGroupType: 2
> | displayName: Backup Operators
> |
> | # Replicator, Groups, sfgroup.com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 552
> | cn: Replicator
> | description: Netbios Domain Supports file replication in a
> sambaDomainName
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-552
> | sambaGroupType: 2
> | displayName: Replicator
> |
> | # Domain Computers, Groups, sfgroup.com
> | dn: cn=Domain Computers,ou=Groups,dc=sfgroup,dc=com
> | objectClass: posixGroup
> | objectClass: sambaGroupMapping
> | gidNumber: 553
> | cn: Domain Computers
> | description: Netbios Domain Computers accounts
> | sambaSID: S-1-5-21-3516781642-1962875130-3438800523-553
> | sambaGroupType: 2
> | displayName: Domain Computers
> |
> | # rishi$, Computers, sfgroup.com
> | dn: uid=rishi$,ou=Computers,dc=sfgroup,dc=com
> | objectClass: top
> | objectClass: inetOrgPerson
> | objectClass: posixAccount
> | cn: rishi$
> | sn: rishi$
> | uid: rishi$
> | uidNumber: 1000
> | gidNumber: 553
> | homeDirectory: /dev/null
> | loginShell: /bin/false
> | description: Computer
> |
> | # TECHGROUP, sfgroup.com
> | dn: sambaDomainName=TECHGROUP,dc=sfgroup,dc=com
> | sambaDomainName: TECHGROUP
> | sambaSID: S-1-5-21-2924897325-2396345819-675404899
> | sambaAlgorithmicRidBase: 1000
> | objectClass: sambaDomain
> |
> | # search result
> | search: 2
> | result: 0 Success
> |
> | # numResponses: 22
> | # numEntries: 21
> |
> | rishi:/var/log/samba # pdbedit -L
> | Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=TECHGROUP))]
> | smbldap_search_suffix: searching
> | for:[(&(objectClass=sambaDomain)(sambaDomainName=TECHGROUP))]
> | smbldap_open_connection: connection opened
> | ldap_connect_system: succesful connection to the LDAP server
> | Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=TECHGROUP))]
> | smbldap_search_suffix: searching
> | for:[(&(objectClass=sambaDomain)(sambaDomainName=TECHGROUP))]
> | smbldap_open_connection: connection opened
> | ldap_connect_system: succesful connection to the LDAP server
> | smbldap_search_suffix: searching
> | for:[(&(uid=*)(objectclass=sambaSamAccount))]
> | ldapsam_setsampwent: 2 entries in the base!
> | init_sam_from_ldap: Entry found for user: Administrator
> | Administrator:0:Administrator
> | init_sam_from_ldap: Entry found for user: nobody
> | nobody:65534:nobody
> |
> | Any help why its not listing my domain and host name.
> |
> | my unix host name is rishi, domainname is techgroup.
> |
> | -Sundaram
> |
> |
> |
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQE/67WERliD/69byygRAofdAJ91wcOV0O6GoLvGGdAMv/txC88cgACePxYn
> Iwkp4MuXnlGuypuuuD3RW4w=
> =/k3O
> -----END PGP SIGNATURE-----
>
>


More information about the samba mailing list