Displaying 20 results from an estimated 5000 matches similar to: "ldapsam:trusted=yes, 'user in passdb, but getpwnam() fails'"
2005 Sep 08
2
Reg. I/O callbacks.
Supposing I want to use the File decoder., and set the I/O callbacks.
How do I do it? The API (version 1.1.2) documentation gives functions to
set the ``write``, ``metadata`` and ``error`` callback. What about the
``read``., ``eof``, etc. callbacks.
If i'm using the file decoder., can i still use the functions from the
stream_decoder_set_* for this?
--
Joe Steeve (http://www.joesteeve.org/)
2005 Oct 06
2
Re: Reg. FLAC decoding
On Fri, 2005-09-30 at 23:14, Josh Coalson wrote:
> but all samples in buffer[] are 32-bit signed integers in host
> order, regardless of the bits-per-sample of the frame. so to get
> them down to shorts (assuming they'll fit), do like:
>
> FLAC__int32 * LChannel = buffer[0];
> short TempSource = (short)LChannel[LPos];
>
> instead of
>
> LChannel =
2005 Oct 25
2
Re: Reg. FLAC decoding
Sorry for the delay in getting back to you., I was working on something
else and just now got FLAC to work.
Ok., FLAC files are playing now :) Cheers. There is a slight noise
happening in the background., which i'm figuring out. I hope that it'll
be solved soon. However, i wanted to know if there are any ARM specific
optimizations that can be done. The processor is a 166MHz processor. Do
2005 Sep 30
2
Reg. FLAC decoding
I'm using seekable_stream_decoder, And., this is my write_callback. I'm
not getting the required output. The PCM i get is not the proper music.
Am I doing something wrong here?
FLAC__StreamDecoderWriteStatus
AFLACStreamPlayer::StreamWriteCb (
const FLAC__SeekableStreamDecoder *decoder,
const FLAC__Frame *frame,
const FLAC__int32 * const buffer[],
void *client_data)
{
int Channels,
2005 Oct 25
1
Re: Reg. FLAC decoding
On Tue, 2005-10-25 at 23:04, Josh Coalson wrote:
> we don't have any ARM optimizations yet, just x86 and ppc. but
> yes, FLAC__lpc_restore_signal() will give the most bang for the
> buck and is the easiest (it's just a multiply-accumulate-shift
> loop).
Aw., I dont think I can look into this right now. However, I have some
doubts.
Is it possible for the
2005 Sep 30
0
Re: Reg. FLAC decoding
I can't be totally sure what 'short' is on your platform, but if
it's (probably) 16-bits, it looks like you're treating the samples
in buffer[] as packed 16 bit numbers.
but all samples in buffer[] are 32-bit signed integers in host
order, regardless of the bits-per-sample of the frame. so to get
them down to shorts (assuming they'll fit), do like:
FLAC__int32 *
2004 Nov 17
1
User Administrator in passdb, but getpwnam() fails when trying to add XP machine to smb/ldap domain
Hi all
I've been trying to get this sorted out for a day now,
I have done the following:
Followed the howto at http://samba.idealx.org/smbldap-howto.en.html
Changed the reg settings in XP
added the computer to ldap
added administrator to ldap
when I try to add the computer using the settings in XP, when prompted with username and password I use the administrator and password set
2005 Mar 23
0
User bdupuis in passdb, but getpwnam(),fails! ...
Hi,
I have a PDC with samba Version 3.0.9-2.3-SUSE + OpenLDAP 2.2.15
When trying to join my Domain with administrator, it's working
When trying to join my Domain with another account I have this error in
/var/log/samba/log/log.computername :
User xxx in passdb, but getpwnam(),fails! ...
Here is my getent passwd, Administrator is bind to root :
root:x:0:0:root:/root:/bin/bash
2006 Nov 03
0
User nobody in passdb, but getpwnam() fails!
I am getting the following error when I start samba :
startsmbfilepwent_internal: unable to lock file /raj/usr/local/bin. Error
was In
valid function argument
Unable to open passdb database.
User nobody in passdb, but getpwnam() fails!
ERROR: failed to setup guest info.
Can someone help me solve this.
Thanks :)
2006 Jul 21
0
an error User tftp in passdb, but getpwnam() fails!
hi there
im trying to to raise the smbd deamon
but i can't!!!! and in the log i get an error... User tftp in passdb, but
getpwnam() fails!
can ypu please give me an answer
assaf
2005 Jan 18
3
User in passdb, but getpwnam() fails!
Hi
my problem is just like the subject, I could browse the shares with the same
username & password but I can't login to the domain, I'm using samba 3.0.2.a
with ldap backend, can anyone help me with this, I know it's been posted
before but I can't find a solution.
thanks
2005 Dec 21
0
Can not login to the domain. User serg in passdb, but getpwnam() fails!
Hi everyone.
I am installing an Samba 3 PDC with an OpenLDAP backend.
I am currently having a problem when I try to login to the domain with
my username and password. But no such problem when i am trying to join
to domain or connect to a share.
So, i get the following error :
[2005/12/21 18:08:02, 1] auth/auth_util.c:make_server_info_sam(840)
User serg in passdb, but getpwnam() fails!
2004 Nov 25
1
A little help with nss_ldap - User xxx in passdb, but getpwnam() fails!
I keep getting the following errors when I try to log on to my domain or
access a share (some how I have no clue I was able to get one computer
to access the samba domain). It is a standalone PDC, ldap on the same
computer.
This problem has been killing me for about a week, any help would be
greatly appreciated
I'm running samba 3.0.9 on redhat 9
stock ldap server that comes with redhat
2005 May 05
0
Samba demon fails, User none in passdb, but getpwnam() fail
I know it is a moderated list - just do not know how to get to the
moderator.
Was just reinstalling suse 9.1 on top of an existing 9.1 (with samba)
(it solved another issue with the monitor but created a samba problem)
applied all patches
reinstallation remembered all settings correctly, even the smb.conf
file, but smbd does not start anymore. , I get a
2011 Aug 09
1
Ldapsam Editposix & idmap help required
Hi, I am more or less following this tutorial Ldapsam Editposix =
http://wiki.samba.org/index.php/Ldapsam_Editposix but can't quite get my
domain to work.
I think the issue is with the idmap part of the smb.conf but can't quite
figure out what's wrong with it or what the correct format should be.
My SMB.CONF file....
#interfaces = lo0 em0 127.0.0.1
bind interfaces only = no
2006 Mar 17
0
ldapsam:trusted=yes
Hi,
I am implementing a series of automated regressions tests for samba3. I
wish to incorporate the ldapsam:trusted=yes parameter into the testing, and
initially had some problems getting smbd to start up and play well with
clients.
I have discovered that the problem (I am using smbldap tools,
smbldap-populate in particular) is the existence of root and nobody users
in both /etc/passwd and the
2005 Mar 22
1
Problem with "ldapsam:trusted = yes"
Hi,
I updated from 3.0.11 to 3.0.12 and tried the new ldapsam:trusted
parameter. Alas smbd dies silently a second after startup.
With debug level 2 I can't see any reason in the logfile. My smb.conf is
(relevant part I hope):
=================================
[global]
workgroup = BBS_XXX
netbios aliases = fileserver revreselif
passdb backend = ldapsam:ldap://localhost
2007 Mar 15
2
3.0.23 ldapsam:trusted=yes problem
Hi all!
I've a running Samba PDC (LDAP backend) with windows clients. All the users
are in the LDAP, including the 'guest' user. All except the 'root' user which
is a regular user. Then change in the smb.conf
ldapsam:trusted = yes
ldapsam:editposix = yes
and noticed some speed-up when listing groups, look file ownerships, and so
on. But I can't add machines to the
2011 Mar 29
1
converting smbpasswd to passdb.tdb - machine accounts
Hallo,
I'm trying to convert smbpasswd to passdb.tdb.
cd /etc/samba/private
# (where smbpasswd lies)
pdbedit -i smbpasswd -e tdbsam:/etc/samba/private/passdb.tdb
converts all human users, but it converts (or transfers) no machine
account.
In "smbpasswd" are many entries beginning with (p.e.)
mac001$
for these accounts,
pdbedit -L -v | grep -i mac
shows
2006 May 21
1
ldapsam:trusted = yes : trouble getting it to work
I have been trying for a while now to enable set the parameter ?ldapsam:trusted? to ?yes? in smb.conf but as soon as I enable it, users cannot access shares anymore. I am trying to enable this because the users are member of a lot of groups and I want to take the stress off the ldap server. I have searched the lists for previous posts with the same problem and I tried to figure out if it has been