Displaying 20 results from an estimated 700 matches similar to: "New domain, Samba PDC, tdbsam, where are the groups?"
2001 Dec 05
2
Detecting numerical value in character variable
I have a variable that can have either numeric or character values.
When numeric, I take one action; when not-numeric, I take another action.
Unfortunately, my approaches are awkward, so I look for others' approaches.
To detect a numeric value, I have semi-successfully used two appoaches.
I somewhat simplify here using direct character values like "123" rather than a variable.
1.
2005 Mar 02
2
form action in mail (actionmailer)
Hi everyone. : )
I meet problem when use form tag in actionmailer. (content-type is text/html, surely)
I want to use form action in actionmailer''s view (.rhtml) for some reason.
1. I use start_form_tag helper method as normally, but how I can ?
I did <%= start_form_tag :action => "http://myhostname/mycontroller/myaction" %> or
<%= start_form_tag :action =>
2000 May 10
4
openssl w/ rsaref openssh won't configure
I have openssl-0.9.5a and openssh-2.1.0. I configured ssl with rsaref
and it passes the tests. When I configure ssh I get:
----
checking for OpenSSL directory... configure: error: Could not find
working SSLeay / OpenSSL libraries, please install
----
it is failing RSA_private_decrypt function call. The RSA_generate_key
seems to work (does not return null) but then goes on to fail at
2005 Oct 31
2
Unified logons with winbind and tdbsam backend
I am trying to setup unified logons to my VPN users.
My goal is to get rid of chap.secrets file and use winbind to authenticate
against tdbsam password backend located in the PDC (Fedora Core 1) running
with Samba 3.0.21pre1. I have tried with older Samba versions without
success. Using winbind should allow password changes from the Windows XP
Pro -client using CTRL+ALT+DEL.
Smb.conf,
2004 Apr 23
2
[LLVMdev] subtle problem with inst_iterator
Chris Lattner wrote:
> On Fri, 23 Apr 2004, Vladimir Prus wrote:
> > and since result of *it is considered to be rvalue it can't be accepted
> > by this operator. The complete discussion is in
> >
> > http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1385.htm
> >
> > I'd suggest to apply the following patch which makes operator* return
>
2009 Mar 28
7
need good tdbsam reference
Hi All,
Can someone point me to a good reference on how to
configure "tdbsam" ?
Many thanks,
-T
2004 Apr 23
0
[LLVMdev] subtle problem with inst_iterator
On Fri, 23 Apr 2004, Vladimir Prus wrote:
> Yea, I've noticed that. However, it looks like inst_iterator is iterator over
> pointers. Oh, wait a minite, that's the current code:
>
> inline IIty operator*() const { return BI; }
> inline IIty operator->() const { return operator*(); }
>
> So operator* works as if value_type is Instruction*, but operator->
2006 Dec 14
1
Broadvoice registration problems
Hello,
I have two broadvoice accounts.
Lately, very often my broadvoice accounts are in unregistered state.
When I log into asterisk I see:
voip*CLI> sip show registry
Host Username Refresh State
sip.broadvoice.com:5060 yyy@s 120 Request Sent
sip.broadvoice.com:5060 xxx@s 120 Request Sent
xxx and yyy are my ohone numbers,
when I do tcpdump on my router, I see only packets comming out my
2008 Jul 29
2
Hi I am vinod, I want to set up simple Samba PDC using tdbsam password backend. samba is installed on fedora 8 GNU/Linux. my network is about 30 windowsXP Pro. SP-2 static IP addressed machines. total no users about : 40 my network is : 192.168.1. sa
Hi
I am vinod,
I want to set up simple Samba PDC using tdbsam password backend.
samba is installed on fedora 8 GNU/Linux.
my network is about 30 windowsXP Pro. SP-2 static IP addressed machines.
total no users about : *40*
my network is : *192.168.1.*
samba server is *: 192.168.1.10*
windowsXP Pro. SP-2 clients : *192.168.1.11* to *192.168.1.40
*I want the users to be able to
2003 Oct 15
1
Re: [OT]SPAM
> -----Original Message-----
> From: tvsjr [mailto:tvsjr@sprynet.com]
> As a consultant, I can not afford to have
> customer email ending up in the trash because the server
> thought it was spam.
I think this is the risk you take if you use a vital email address to post
to public forums. I would suggest using seperate addresses for these
functions. Besides, if you don't
2006 Jan 22
4
SeBackupPrivilege
We're using Samba 3.0.21a-1 on a CentOS 4.2 server (kernel
2.6.9-22.0.2.ELsmp); everything works more or less fine,
it's functioning as the PDC with an OpenLDAP back end (setup
essentially straight from the Idealx.org playbook), etc.
We're trying to mount Windows shares to back them up, and
getting "permission denied" errors when trying to read
certain files from those
2008 Jul 31
1
Samba 3.2.0: Unable make document Help
Dear list,
I compiled Samba 3.2.0 document like this.
cd samba-3.2.0/source
configure
...
...
...
cd ../docs-xml
make all
but some error happen.
---------------------------------
# make all
...
...
xsltproc --output output/manpages-3/eventlogadm.8 xslt/man.xsl tmp/manpages-3/eventlogadm.8.xml
runtime error: file xslt/man.xsl line 41 element if
unregistered variable list-indent
2007 Oct 08
8
Samba + LDAP
Hi,
I got samba 3.0.26a on my Fedora 7, and when i try to add users with
smbpasswd -a username, it only works if the user exists as a linux
user... i got a Centos 4.4 system with samba 3.0.10 and it works even
if the user doesn't exists on the system.
Can anyone explain me why this happens? is it from this new version
(3.0.26a) or may be a problem of
Fedora 7?
2010 Apr 06
2
Authenticating against ActiveDirectory - can't read userPassword/unicodePwd?
Hello list,
So, the application I am working on right now needs to have LDAP
authentication build in, meaning that if the user enabled it, we will query
about his basic data (email,pwd) on a user-setup LDAP directory. It used to
work fine when I was testing with OpenLDAP. The code, essentially, is this:
connection.bind(self.bind_dn,self.password)
2005 Dec 14
7
Joining a Samba 3 domain repost
Sorry still unable to find documentation
Hello
I have set up a Samba 3 PDC on RHEL4 using the tdbsam backed. I can log
in as a user who has been added to the tdbsam database from a
workstation. When I try to add the workstation to the domain (after
breaking user connections to the server) I get "The following error
occurred while trying to joining the domain xyz.com. Access denied.
I
2009 Jan 28
2
Windows profile properties with Samba
Hello everyone,
We are investigating migrating our Windows 2003 active directory domain to a
purely Samba one. I am a relative novice to Samba. I have used it many
times to do simple file and printer sharing on an individual or workgroup
basis, but never in a domain environment. One of the things I need to find
out how to do involves delivering Windows profiles. On our Windows network,
some
2005 Jun 28
2
Documentation Licence question.
i can't find licence information for the following files:
http://hostopia.samba.org/samba/docs/Samba3-HOWTO.pdf
http://hostopia.samba.org/samba/docs/Samba3-ByExample.pdf
As you see, they are two basic samba information sources, and I need
to know if I can just print it and leave in computer lab for all who
wish to avoid reading it from monitor.
It is about 1300 pages total, so I need to make
2005 Sep 30
1
File sharing permissions w/ Win2k
I need help configuring Samba v3 to do file sharing with Windows 2000pro and XP through SWAT. I've listed my user groups in the read, write, and valid fields of my share's parameters page. My security level is set to USER, and read-only option is set to NO. From any Windows workstation I am able to successfully map a drive to the Samba share; however, I can not write to it ("Access
2005 Oct 19
2
samba Users
I am running Samba version 3.0.13-1.1-SUSE.
I am a bit new to samba. I am running Samba version 3.0.13-1.1-SUSE with
unix users as samba users (no AD).
Is there a method of listing enabled samba users other than viewing the
/etc/passwd file?
Thanks
CONFIDENTIAL NOTICE:
This e-mail message and any attachment(s) (collectively, this 'Email') are intended
only for the
2008 Jun 25
2
join linux client to samba domain
i'm trying to do something which i thought would be simple but i am
having a hard time finding information on this. i already have a samba
pdc running and managing 17 windows xp clients. i have one linux
client that i need to join to the domain. i don't want this client to
share anything, i just want it to be on the domain. what does my
smb.conf file need to look like??