Displaying 20 results from an estimated 1000 matches similar to: "winbind and local groups"
2016 Sep 16
3
SCEV cannot compute the trip count of Simple loop
I have modified the example test case for UB error, still it didn’t unroll
void foo(int x) {
int p, i = 1;
int mat[9][9][9];
for (p = (x+1) ; p < (x+3) ;p++)
mat[x][p-1][i] = mat[x][p-1][i] + 5;
}
Regard,
Deepali
From: Kevin Choi [mailto:code.kchoi at gmail.com]
Sent: Friday, September 16, 2016 1:20 PM
To: Rai, Deepali
Cc: llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] SCEV
2001 Sep 14
1
Rai and Van Ryzin Model
R-users,
Has anyone implemented (coded) the Rai and Van Ryzin dose-response model from
their 1985 Biometrics paper. I'm trying to avoid re-inventing the wheel. If not
any hints on coding this would be greatly appreciated.
Thanks,
--
==================== Calvin L. Williams, Ph.D. ====================
Department of Mathematical Sciences, Clemson University
2012 Jun 13
2
need help
hello
could you help in solving the following problem
I want to replace same consecutive words by a single word in a sentence..
for example --- my name name name is micky
so I want the output like this--my name is micky
I want this solution for a text file
can you tell me the code for it??
thanking you in anticipation
--
Shilpa Rai
MSc.(2011-2013)
Applied Statistics and Informatics
Indian
2012 Jun 15
3
spelling correction using R
hello
I want a code which can correct the spelling mistakes as well as
grammatical mistakes in the sentences...that is if I am writing following
sentence:
I want too meet my frnd bt due to hectic shcedule I cant
I want output in following way:
I want to met my friend but due to hectic schedule I can't.
Thanks in advance
Shilpa Rai
MSc
IIT Bomaby
--
View this message in context:
2003 Dec 12
1
adding machines to the domain with Samba 3.0.0
Is there something special I need to do to let root add computers to the domain in 3.0?
When I try to add the workstation I get an error about 'user not found' even though I can
logon to a workstation joined to the domain as 'root'. I was able to add computers to the
domain with 2.2.8 with an 'add user command' entry and 'domain admin group = root' in my
2007 Aug 30
1
NFS Question and answers
HI! Friends,
in followup to my last
article<http://mytechrantings.blogspot.com/2007/08/centos-5-selinux-xen-squid-yum-cache.html>regarding
my experiences with setting up CentOS,
taking the advice from Phil, I have written an article dealing with NFS
setup<http://mytechrantings.blogspot.com/2007/08/nfs-network-file-system.html>.
Please visit it at
2003 Dec 15
1
net rpc vampire problems
Hi all.
I'm trying to migrate our NT4 domain to Samba-3.0.1-rc3.
My smb.conf:
[global]
netbios name = vp
workgroup = NUSAUS
server string = Samba Server %v
bind interfaces only = true
# interfaces = 192.168.0.1/24
interfaces = 10.146.1.100/24
passdb backend = tdbsam
log level = 5
log file = /var/log/samba3/log.%m
max log size = 50
name resolve
2003 Sep 09
3
rc3 net groupmap add fails
Relevant part of "net3 groupmap list" is
System Operators (S-1-5-21-1617713866-2789119093-1479812082-1007) -> sys
In howto there is the following example
net groupmap modify ntgroup="System Operators" unixgroup=sys
net groupmap modify ntgroup="Power Users" unixgroup=sys
You can add System Operators but trying to add Power Users fails. If you do it in reverse
2007 Nov 20
9
Testing Models without fixtures
Hi,
I would like to test a sorting method that is in the user model, it''s
a class method called search.
What I would like to do is create 2 users and load the test database
with just those 2 users, so that I can call
User.search("john") and it would return those two users.
Not sure how to clear the test database and populate it just with
these 2 users for that specific
2003 Dec 05
1
USRMGR.EXE
Hello
Is here anybody who is able to manage his NT4.0 domain on hid Samba 3
PDC with User Manager for Domains?
Can you please tell me what things must be checked to be sure USRMGR.EXE
administration (User Manager for Domains aka Domain User Manager) works?
I am unable to make it working and tried already these Samba versions:
3.0.0
3.0.0rc1
3.0.0rc2
3.0.0rc3
3.0.1pre3
3.0.1rc1
2003-12-04 head
2003 Oct 24
1
Samba PDC+Domain Admin Group
hi all. recectly i made the migration from samba 2.2.8
to 3.0. everything is working fine, except that i
dont know how to grant administrator privileges in win
2000 clients. with 2.2.8, i used DOMAIN ADMIN GROUP
parameter ( domain admin group = @adm) but its been
removed in samba 3.0, and i dont know what to do. any
help will be apreciated
thanks in advance
sebastian
------------
Internet GRATIS
2006 Dec 13
1
Problem with duplicated groups?
Hello, i have some problems migrating a Windows 2000 PDC to a Debian
GNU/Linux Samba Server, i want to migrate it to a LDAP backend.. but as
i'm kind of newbie with ldap and samba migration stuff, i preffered to
migrate it to tdbsam first and try it for a while, if everything works
fine, then switch to a ldap backend.
The problem is that Essential Windows Groups are automatically created,
so
2012 Jun 13
2
separate the sentence after finding a particular word
hello,
I want to know ..how we can separate the sentence after finding a particular
word...
for example
I love to watch movies of Hollywood but should not be romantic...I want to
join you school but due to bad financial condition I cant..
I want output in following format
I love to watch movies of Hollywood
should not be romantic
I want to join you school
due to bad financial condition I cant
2010 Jan 11
1
Samba Group Mapping
Hi All
I have Samba 3.2.11 installed on Suse (sles 10) machine. I am playing
around the group mapping functionality. When I map a linux group to nt
group. I can see that groups is visible on windows client. But, if I
restart the smbd daemon (while changing the scurity mode for ads to user
or vice versa), I can no more see the mapped group to the the Windows
client. Though, I was able to see
2008 Sep 26
2
Few questions on configuring Samba as a PDC
Please don't flame me. I did attempt to search before posting this question
(through Gmail), if there's a better way, please let me know!
I followed this article for implementing a Samba PDC:
http://www.howtoforge.com/samba_setup_ubuntu_5.10_p4
Question 1) The only accout that appears to be able to add an account onto
the domain is the root account. There must be a way to change that
2006 Dec 21
4
Migrate to Debian Etch - nogo
Hi Everyone,
I have a small project going on. I'm about to migrate Redhat 7.3 to
Debian Etch (smbd version 3.0.23d-2+b1).
I've already managed to migrate Redhat 7.3 to Debian Sarge (smbd version
3.0.14a-) without any bigger problems.
However, when I migrate to Etch I face a small problem. The last thing I
want to do before I start samba is to grant my linux/samba admin,
NT 'Domain
2003 Jun 30
1
FW: mount -t smbfs
Is anybody can help me on this please.
Can I mount a Fat32(Win XP) file system on my Linux server(Red Hat 8). I
was able to mount windows 98 and not with Xp or NT.
smbmount //xp/e test -o username=srai
Password:
3870: session setup failed: ERRDOS - ERRnoaccess
SMB connection failed
mount -t smbfs //XP/e test -o username=srai
Password:
3872: session setup failed: ERRDOS - ERRnoaccess
SMB
2005 Jun 07
6
Group Problems
Hello all, I am having a some problems with groups. If I use this
command "net rpc group list -Uroot%not24get" as the root users I get
an error. "Could not connect to server 127.0.0.1
The username or password was not correct"
If I try to add groups I also get the same error.
and I don't know if this is relevent or not but when I try to join win
groups and Unix groups
2008 Mar 05
2
CENTOS4.6+SAMBA3.0.25+FEDORA-DS
Hi
I am new to linux & Samba. I would like to setup Samba as a
domain controller and using Fedora-ds for authentication.
I have read some documents from www.samba.org but I am still in
the mist.
Here is my dumb questions about Samba as follows.
1. Is CENTOS4.6+SAMBA3.0.25 as PDC +FEDORA-DS possible?
2. Is this HOWTO from
2003 Nov 19
3
Power users on Samba 3.0.1.
Good Afternoon,
How do I set my domain users to became Power Users on the workstations?
Is there a way to map unix group "x" on the domain to became nt group
"Power Users"? I did some research and I found someone mentioning "take
domain users from the users group, and add it to the power user group"
but my w2k does not list "Domain Users" under