similar to: problems with uppercase in usernames

Displaying 20 results from an estimated 200 matches similar to: "problems with uppercase in usernames"

2003 Nov 20
0
(no subject)
Hi All, I'm trying to migrate from an NT4 domain to samba-3... sorry this is so long... when I run the "net rpc vampire" I get errors for users and machines in uppercase or contain uppercase chars. I'm in a test env before I go live! I'm on a gentoo distro w/ shadow. useradd FOO errors, this might be the culprit... I set up some dummy accts and made them members of
2004 Jul 26
0
[LLVMdev] LLVM Server Back Up
John, The rsyncd doesn't seem to be up. See the attached email. The mirror tries to sync every 30 minutes and this is what I'm getting from the cron job. This was from the sync attempted at 2:12pm (PDT) today. Reid. John Criswell wrote: > Dear All, > > Our main server is back up, and all LLVM services (CVS, website, etc) > should be up and available for use. > >
2011 Aug 11
1
help with loops
hi I need help with list object. I have a list object > a <- c('apple','orange','grape') > b <- c('car','truck','jeep') > c <- list(a,b) > names(c) <- c('fruit','vehicle') > c $fruit [1] "apple" "orange" "grape" $vehicle [1] "car" "truck"
2004 Jul 27
1
[LLVMdev] LLVM Server Back Up
Reid Spencer wrote: > John, > > The rsyncd doesn't seem to be up. See the attached email. The mirror > tries to sync every 30 minutes and this is what I'm getting from the > cron job. This was from the sync attempted at 2:12pm (PDT) today. I think I got it working. Can you try it again and let me know if it works? Thanks. -- John T. > > Reid. > > John
2012 Mar 12
1
Faceted bar plot shows wrong counts (ggplot2)
I have encountered a problem with faceted bar plots. I have tried to create something like the example explained in the ggplot2 book (see pp. 126-128): library(ggplot2) mpg4 <- subset(mpg, manufacturer %in% c("audi", "volkswagen", "jeep")) mpg4$manufacturer <- as.character(mpg4$manufacturer) mpg4$model <- as.character(mpg4$model) base <-
2009 Apr 24
1
RoR - getting started with database relations
Hey everyone... I''m just getting my feet wet with relational databases using RoR models. The software I''m putting together relies on car parts. Originally I had the database set up as follows create_table :parts do |t| t.column :year, :string t.column :make, :string t.column :model, :string . . . end However, I now realize it''s much better to do it using
2008 May 09
2
K-Means Clustering
Hello, I am hoping you can help me with a question concerning kmeans clustering in R. I am working with the following data-set (abbreviated): BMW Ford Infiniti Jeep Lexus Chrysler Mercedes Saab Porsche Volvo [1,] 6 8 2 8 4 5 4 4 7 7 [2,] 8 7 4 6 4 1 6 7 8 5 [3,] 8 2 4
2008 Mar 11
2
Replacing text
Sorry, another newbie question :-( I loaded a data set with 10 rows and 30 columns. The first column is characters for names of car manufacturers: Jeep Nissan Toyota1 Toyota2 Etc. How can I replace "Toyota2" with "Scion"? Thanks again [[alternative HTML version deleted]]
2012 Jun 05
1
INBOX help needed, dovecot + squirrelmail
Im trying to figure out how to get dovecot to deliver to my mail_location (example: /opt/imapdata/j/jeff/INBOX/inbox) AND work with squirrelmail. Ive worked on this for hours reading the docs etc with no luck so far. I get dovecot-lda to deliver to: /opt/imapdata/j/jeff/INBOX/inbox but when I use squirrelmail, I see the following in the log: dovecot: imap(jeff): Debug: Effective uid=1006,
2012 Apr 28
2
help with AES_DECRYPT and password lookup - mysql password_query
Hello- Sorry if this is a noob question, but I cant seem to get my password_query to work with dovecot + mysql. Im using 'Password verification by SQL server' at: http://wiki2.dovecot.org/AuthDatabase/SQL trying to modify it to work with my encrypted passwords in the DB. Im using the following which isnt working: password_query = SELECT NULL AS password, \ 'Y' as
2012 Dec 06
4
imap-login - where does the user get filled in from?
Sorry to ask such a basic question, but I finally got some major hurdles working for imaps on port 993 and Im getting the following when I try to connect from my iphone: imap-login: Disconnected (no auth attempts in 60 secs): user=<>, rip=192.168.1.1, lip=192.168.1.22, TLS handshaking: Disconnected Im using SQL and SSL over 993. I cant seem to find where my user comes from that its blank?
2012 May 07
1
This binary should probably be called with process group set to (vmail) instead of (userid)
Im sorry to ask another basic question, but Ive tried to find this answer for several hours now and it eludes me. Im getting the following when dovecot tries to deliver an email: May 6 19:29:21 mydomain dovecot: lda: Debug: auth input: jeff home=/opt/imapdata/j/jeff/INBOX uid=1001 gid=999 May 6 19:29:21 mydomain dovecot: lda(jeff): Fatal: setgid(999(vmail) from userdb lookup) failed with
2006 Apr 12
0
fixtures advanced question
Hello, in my database i have tables models,marques,cars. I wrote fixtures for models f1: id: 1 marque_id: 1 name: 100 NX f2: id: 2 marque_id: 1 name: 200 SX f3: id: 3 marque_id: 1 name: Almera f4: id: 4 marque_id: 1 name: Patrol f5: id: 5 marque_id: 1 name: Primera f6: id: 6 marque_id: 2 name: CLK f7: id: 7 marque_id: 2 name: CLS f8: id: 8 marque_id:
2013 Apr 27
1
dovecot-sql.conf - Unknown setting: driver
Im upgrading my dovecot from 2.1.14 to dovecot 2.2.1 on linux. Im using the same configuration file against my MySQL db and getting the following error: doveconf -n # 2.2.1: /opt/dovecot221/etc/dovecot/dovecot.conf doveconf: Fatal: Error in configuration file /opt/dovecot221/etc/dovecot/conf.d/dovecot-sql.conf line 2: Unknown setting: driver dovecot-sql.conf: # The mysqld.sock socket may be in
2007 Oct 06
0
Samba + Ldap: password syn
Check your slapd.conf ACL options. ____________________________________________________________________ --Forwarded Message Attachment-- From: fcd.listas@gmail.com Subject: [Samba] Samba + Ldap: password sync Date: Thu, 4 Oct 2007 15:19:42 -0300 To: samba@lists.samba.org Gentleman, While using Openldap 2.2.x, password syncronization was working fine. It means that when a user changed his
2005 Aug 15
1
MSDFS redirection WinXP SP2
I am currently having problems accesing our samba msdfs shares from Windows XP SP2, Windows 2000 and WinXP SP1 seem unaffected. I have attached the smb.conf and the exports files that define the shares. Running ethereal on the different clients seems to point to the fact that XP SP2 no longer seems to be using the netbios-ssn (139) port. for GET_DFS_REFERRAL instead its using microsoft-ds
2004 Jul 26
2
[LLVMdev] LLVM Server Back Up
Dear All, Our main server is back up, and all LLVM services (CVS, website, etc) should be up and available for use. If you notice that something is wrong, please send an email to llvmdev at cs.uiuc.edu. Thanks! -- John T. -- ********************************************************************* * John T. Criswell Email: criswell at uiuc.edu * * Research Programmer
2003 Dec 01
0
No subject
7 box, DAFFY. I can telnet to DAFFY. Using the NT Explorer I can see the Samba server but when I try to access it I get the message "\\DAFFY is not accessible, network path not found". When using the command line the error looks like this (note that the share exists) E:\>net use h: \\daffy\samba * /USER:dirk Type the password for \\daffy\samba: System error 53 has occurred. The
2012 May 12
1
Query regarding date as argument in functions - and about sqldf
Hi, I have a query about sqldf, and dates in general. I couldnt find much on the net or on the forums, hence I am here. Here is the issue: I want to write a function that accepts 3 arguments: date1, date2 and a dataframe, say 'df'. Within the function, I want to populate a temp dataframe which essentially contains the output of the query "select * from df where DATE between date1
1999 Jul 22
3
security level flag...
my customer wants to export both users' home directories and a public one; as far as the home dirs are concerned, my customer wants the system asks for user's login & password before providing access to grant privacy but wants no password for the public one: is this possible? I tried setting security mode to user (security = user) in the global settings thinkig this would make the