search for: updateuser

Displaying 12 results from an estimated 12 matches for "updateuser".

Did you mean: updateusers
2006 Jan 27
1
Multiple Database write question
...where we have not made these changes yet if i go through the same process the app reacts as it should. It is my understanding that when connecting to another DB you do it in the model and than it should connect and update what needs to be changed. My controller looks like this: def info @updateuser = nil if @request.post? @updateuser = User.find_first(["login = ?", @user.login]) @updateuser.lastname = @params[:post][:lastname] @updateuser.firstname= @params[:post][:firstname] @updateuser.prefered_language = @params[:prefered_language] notice = "" if not @params[:post...
2006 Feb 06
2
Samba 3 by Example - chapter 5 & 6 ( Manager -> sambaadmin)
...ystem(890) failed to bind to server ldap://127.0.0.1 with dn="cn=sambadmin,dc=ddesign,dc=com" Error: Invalid credentials [2006/01/30 15:23:15, 1] lib/smbldap.c:another_ldap_try(1051) Â Connection to LDAP server failed for the 1 try! I have added this ldif entry from chapter 6 ; dn: cn=updateuser,dc=ddesign,dc=com objectClass: person cn: updateuser sn: updateuser userPassword: 123456 dn: cn=sambaadmin,dc=ddesign,dc=com objectClass: person cn: sambaadmin sn: sambaadmin userPassword: 123456 When using sambaadmin instead of manager samba hangs unable to connect to the ldap database, however...
2005 Mar 21
1
Samba-3 By Example correction...
Chapter 7, Section 7.3 Step 3 needs a correction: The step has users create an admin-accts.ldif file. As currently written the userpaddword: not24get should be userPassword with the P capitalized. Failure to have this causes a replication error: access denied since the password for updateuser is never loaded. Kevin B. McCrory Network Engineer - COPS US Government Solutions 13600 EDS Drive Mail stop: A4S-B21 Herndon, VA 20171 * phone: +01-703-733-3255 * mailto:kevin.mccrory@eds.com * AKO mailto:kevin.mccrory@us.army.mil
2008 Jul 16
1
LDAP with posix account (userPassword only)
...by * read access to * by * read by anonymous auth idletimeout 30 database bdb suffix dc=nt,dc=com rootdn cn=Manager,dc=nt,dc=com rootpw secret replica host=nt.com:389 suffix="dc=nt,dc=com" binddn="cn=updateuser,dc=nt,dc=com" bindmethod=simple credentials=secret access to attrs=sambaLMPassword,sambaNTPassword by dn="cn=sambaadmin,dc=nt,dc=com" write by * none replogfile /var/lib/ldap/replogfile directory /var/lib/ldap index objectClass eq...
2009 Apr 15
0
roaming profile corruption with windows xp client and samba PDC
...name with 1332 USERENV(330.238) 12:38:16:524 GetUserDNSDomainName: MyGetUserNameEx failed for NameDnsDomain style name with 1332 USERENV(330.644) 12:38:16:542 GetUserDNSDomainName: MyGetUserNameEx failed for NameDnsDomain style name with 1332 USERENV(330.164) 12:38:16:809 PolicyChangedThread: UpdateUser failed with 6. USERENV(4e0.67c) 12:38:23:575 GetUserDNSDomainName: MyGetUserNameEx failed for NameDnsDomain style name with 1332 USERENV(4e0.67c) 12:38:23:771 GetUserDNSDomainName: MyGetUserNameEx failed for NameDnsDomain style name with 1332 USERENV(4e0.1d4) 12:38:26:157 GetUserDNSDomainName:...
2005 Sep 01
1
wbinfo problems and documentation questions
...pid argsfile /var/run/slapd.args database bdb suffix "dc=keenanmotorgroup,dc=com" rootdn "cn=Manager,dc=keenanmotorgroup,dc=com" replica host=indy.keenanmotorgroup.com:389 suffix="dc=keenanmotorgroup,dc=com" binddn="cn=updateuser,dc=keenanmotorgroup,dc=com" bindmethod=simple credentials=mypass access to attrs=sambaLMPassword,sambaNTPassword by dn="cn=sambaadmin,dc=keenanmotorgroup,dc=com" write by * none replogfile /var/lib/ldap/replogfile directory /var/lib/ldap # Ind...
2006 Mar 03
1
Samba 3 by Example - chapter 5 & 6 ( Manager ->sambaadmin)
...g >> > on the PDC at the time; >> > >> > I have these commented out in the slapd.conf for the moment. >> > >> > #replica host=192.168.0.3:389 >> > # suffix="dc=tinistuff,dc=com" >> > # binddn="cn=updateuser,dc=tinistuff,dc=com" >> > # bindmethod=simple credentials=123456 >> > >> > #replogfile /var/lib/ldap/replogfile >> > >> > >> > This is my smb.conf as per chapter 6; >> > ***Note we are using "sambaadmin" and n...
2011 Dec 02
5
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...le(Instruction *I, Instruction *J, > + bool IsSimpleLoadStore); > + > + void trackUsesOfI(DenseSet<Value *> &Users, > + AliasSetTracker&WriteSet, Instruction *I, > + Instruction *J, bool&UsesI, bool UpdateUsers = true, > + std::multimap<Value *, Value *> *LoadMoveSet = 0); > + > + void computePairsConnectedTo( > + std::multimap<Value *, Value *> &CandidatePairs, > + std::vector<Value *> &Pairable...
2011 Dec 14
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...ction *J, > > + bool IsSimpleLoadStore); > > + > > + void trackUsesOfI(DenseSet<Value *> &Users, > > + AliasSetTracker&WriteSet, Instruction *I, > > + Instruction *J, bool&UsesI, bool UpdateUsers = true, > > + std::multimap<Value *, Value *> *LoadMoveSet = 0); > > + > > + void computePairsConnectedTo( > > + std::multimap<Value *, Value *> &CandidatePairs, > > + std::vector<V...
2011 Nov 23
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Mon, 2011-11-21 at 21:22 -0600, Hal Finkel wrote: > On Mon, 2011-11-21 at 11:55 -0600, Hal Finkel wrote: > > Tobias, > > > > I've attached an updated patch. It contains a few bug fixes and many > > (refactoring and coding-convention) changes inspired by your comments. > > > > I'm currently trying to fix the bug responsible for causing a compile
2011 Dec 02
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...ction *J, > > + bool IsSimpleLoadStore); > > + > > + void trackUsesOfI(DenseSet<Value *> &Users, > > + AliasSetTracker&WriteSet, Instruction *I, > > + Instruction *J, bool&UsesI, bool UpdateUsers = true, > > + std::multimap<Value *, Value *> *LoadMoveSet = 0); > > + > > + void computePairsConnectedTo( > > + std::multimap<Value *, Value *> &CandidatePairs, > > + std::vector<V...
2011 Nov 22
5
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Mon, 2011-11-21 at 11:55 -0600, Hal Finkel wrote: > Tobias, > > I've attached an updated patch. It contains a few bug fixes and many > (refactoring and coding-convention) changes inspired by your comments. > > I'm currently trying to fix the bug responsible for causing a compile > failure when compiling >