Dear Madam/Sir:
I downloaded the latest source file (version 3.0.1) and follow
"Manifest" guide to build the binaries, but got failure.
OS: Red Hat Linux release 7.3 (Valhalla)
Kernel: 2.4.18-3 on an i686
***** Procedures I did to build:
[max@localhost source]$ ls -l configure
-rwxr-xr-x 1 max max 973150 Feb 6 10:30 configure
[max@localhost source]$ ./configure
: bad interpreter: No such file or directory
[max@localhost source]$ source ./configure
: command not found
bash: ./configure: line 25: syntax error near unexpected token `elif'
bash: ./configure: line 25: `elif test -n "${BASH_VERSION+set}"
&& (set -o posix
' >/dev/null 2>&1; then
[max@localhost source]$
***** By the way, why I cannot run "./configure" command and have to
run "source ./configure"?
This is my first time to post question, hope this is a correct site.
Cheers!
Max MaFrom reza at mra.co.id Fri Feb 6 06:23:19 2004
From: reza at mra.co.id (Muhammad Reza)
Date: Fri Feb 6 06:17:29 2004
Subject: [Samba] Re:
=?utf-8?q?=E7=BF=BDlling_Samba-LDAP_PDC_=28it_has_a_happy_end?
=?utf-8?q?ing=29?In-Reply-To:
<1076045470.12273.14.camel@lin-workstation.azapple.com>
References: <402310F9.6080102@mra.co.id>
<1076045470.12273.14.camel@lin-workstation.azapple.com>
Message-ID: <402332D7.50300@mra.co.id>
Craig White wrote:
>What is the question?
>
I Failed when try to mapping (create) samba (NT) group
#net groupmap add rid=513 ntgroup="Domain Guests" unixgroup=nobody
adding entry for group Domain Guests failed!
> Help you with what?
>
to make samba3.0 and LDAP PDC work, so i my w2k can join this domain.
>groupmap?
>
>what is net groupmap list tell you?
>
nothing :)
#net groupmap list
#
thanks
regards
reza
>On Thu, 2004-02-05 at 20:58, Muhammad Reza wrote:
>
>
>>this my .conf file
>>
>>please help me...
>>
>>
>>
>>>#slapd.conf
>>>include /usr/local/etc/openldap/schema/core.schema
>>>include /usr/local/etc/openldap/schema/cosine.schema
>>>include /usr/local/etc/openldap/schema/inetorgperson.schema
>>>include /usr/local/etc/openldap/schema/nis.schema
>>>include /usr/local/etc/openldap/schema/samba.schema
>>>include /usr/local/etc/openldap/schema/extension.schema
>>>
>>>include /usr/local/etc/openldap/slapd.access.conf
>>>
>>>pidfile /usr/local/var/slapd.pid
>>>argsfile /usr/local/var/slapd.args
>>>
>>>
>>>database ldbm
>>>suffix "dc=mra,dc=net"
>>>rootdn "cn=root,dc=mra,dc=net"
>>>rootpw secret
>>>directory /usr/local/var/openldap-data
>>>
>>>index cn,sn,uid,displayName pres,sub,eq
>>>index uidNumber,gidNumber eq
>>>index objectClass pres,eq
>>>
>>>index sambaSID eq
>>>index sambaPrimaryGroupSID eq
>>>index sambaDomainName eq
>>>
>>>-----------------------------------------------------------------
>>>#smb.conf
>>>[global]
>>>Only allow hosts in my network
>>>hosts allow = 172.16.0.0/255.255.0.0
>>>netbios name = BEASTIE
>>>workgroup = MRANET
>>>security = user
>>>encrypt passwords = yes
>>>preferred master = yes
>>>domain master = yes
>>>local master = yes
>>>domain logons = yes
>>>unix charset = "ISO-8859-1"
>>>
>>>os level = 33
>>>
>>>ldap suffix = dc=mra,dc=net
>>>ldap admin dn = "cn=root,dc=mra,dc=net"
>>>
>>>idmap backend = ldap:ldap://localhost
>>>idmap gid = 10000-20000
>>>idmap uid = 10000-20000
>>>ldap idmap suffix = ou=Idmap
>>>
>>>passdb backend = ldapsam:ldap://localhost
>>>ldap ssl = off
>>>ldap delete dn = no
>>>ldap user suffix = ou=People
>>>ldap group suffix = ou=Groups
>>>ldap machine suffix = ou=People
>>>#ldap machine suffix = ou=Computers
>>>#ldap filter = (&(uid=%u)(objectclass=sambaSamAccount))
>>>ldap filter = (uid=%u)
>>>
>>>logon path = \\%N\profiles\%u
>>>logon drive = H:
>>>logon home = \\homeserver\%u\winprofile
>>>#logon home = \\%N\%u
>>>logon script = logon.cmd
>>>
>>>#logging
>>>log level = 2
>>>log file = /var/lib/samba/%m.log
>>>
>>>[netlogon]
>>>path = /var/lib/samba/netlogon
>>>read only = yes
>>>write list = domadmin
>>>
>>>[profiles]
>>>path = /var/lib/samba/profiles
>>>read only = no
>>>create mask = 0644
>>>directory mask = 0755
>>>
>>>index default sub
>>>
>>>
>>>
>>>
>>>
>>>>Could you send the ldap conf of samba (smb.conf) ?
>>>>
>>>>
>>>> St?phane
>>>>
>>>>-----------------------------------
>>>>St?phane PURNELLE
stephane.purnelle@corman.be
>>>>Service Informatique Corman S.A. Tel : 00 32
087/342467
>>>>
>>>>
>>>>
Muhammad Reza <reza@mra.co.id>
Envoy? par : Pour :
samba@lists.samba.org
samba-bounces+stephane.purnelle=corman.be@lists cc :
.samba.org Objet : [Samba] My
story installing Samba-LDAP PDC (it has a happy
ending)
>>>>
>>>>
>
>
>
>>
05/02/2004 11:08
>>
>>
>>>>
>>>>hi.
>>>>
>>>>I Failed when try to mapping (create) samba (NT) group
>>>>
>>>>#net groupmap add rid=513 ntgroup="Domain Guests"
unixgroup=nobody
>>>>adding entry for group Domain Guests failed!
>>>>
>>>>
>>>># ldapsearch -x -h localhost -b
"cn=nobody,ou=Groups,dc=mra,dc=net"
>>>># extended LDIF
>>>>#
>>>># LDAPv3
>>>># base <cn=nobody,ou=Groups,dc=mra,dc=net> with scope sub
>>>># filter: (objectclass=*)
>>>># requesting: ALL
>>>>#
>>>>
>>>># nobody, Groups, mra.net
>>>>dn: cn=nobody,ou=Groups,dc=mra,dc=net
>>>>objectClass: posixGroup
>>>>objectClass: top
>>>>cn: nobody
>>>>description: Local Unix group
>>>>gidNumber: 65533
>>>>
>>>># search result
>>>>search: 2
>>>>result: 0 Success
>>>>
>>>># numResponses: 2
>>>># numEntries: 1
>>>>
>>>>please help me...
>>>>
>>>>regards
>>>>reza
>>>>
>>>>--
>>>>To unsubscribe from this list go to the following URL and read
the
>>>>instructions: http://lists.samba.org/mailman/listinfo/samba
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>
>
>