similar to: Access to a share resource without password

Displaying 20 results from an estimated 700 matches similar to: "Access to a share resource without password"

2010 Dec 31
2
error adding a user
Sorry for (I'm shure) my stupid question (and my bad english)... If this is not the right place to post this kind of question forgive me and please point me to the right mailinglist. I've a Samba 3 that works with an openldap server as a sole domain controller. I used to use the Microsoft usermanager. After a general migration/upgrate I am not able to create new users anymore. I can do
2012 Aug 07
2
Making Happy Users ... I need to understand...
Hello, I'm posting here because I'm in a need to understand. Sorry for my bad english. I know that I could figure out how to make it work with a "trial and error" method but I do want to know how it works and not to do "a l? Windows"... I work in a high school. Debian GNU/Linux 5.0 Samba 3.2.5 + LDAP (I know I have to update ...) Browsing user profiles are useful but
2011 Feb 16
3
I can't connect to a Samba resource
Dear, I'll appreciate your help because I can't connect to a samba resource. Here are the details: Samba Server: Centos 5.5 with samba and samba-common packages Content of smb.conf: [global] workgroup = somisa server string = Test server log file = /var/log/samba/%m.log security = user encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd socket options = TCP_NODELAY
2011 Mar 16
8
Samba PDC adding new user, profile dir is not created
Hi, i have a Samba PDC (no LDAP) and added add user script to my config. I can create the user with no problems, login is possible but the /home/samba/profile/user dir is not created. Any hints on that? script commands i added: add user script = /usr/sbin/useradd -m '%u' -g ntusers -G ntusers -s /bin/false delete user script = /usr/sbin/userdel -r '%u' add group script =
2011 Mar 30
2
Unreliable connection to Samba PDC - Connections get lost, Roaming Profiles do not sync, Files can't be written, etc..
Hello all! I am having severe problems with my Samba PDC. 1. My Roaming profile in 3 out of 10 times does not get synchronized correctly with the server - without any obvious reason. This sometimes destroys my profile by losing data and commonly from then on the profile is never again synchronized correctly. A backup restore of the computer is necessary. 2. When I edit a document (e.g. word
2011 Jan 27
2
Basic question for user/pass authentication
Dear, I have Debian + Samba and I've created a smb.conf in order to authenticate users I've created with "useradd -s /bin/false" and after that added to samba with "smbpasswd -a user". I've created the share in /var/share with rwxrwxrwx. I edited some lines from smb.conf in GLOBAL and SHARE sections. I use: security = user but when from the Windows machine I
2011 Apr 26
1
smbclient doesn't work from cron
Dear, I run this command from my Linux box in order to upload a file to a Windows machine and it works OK: /usr/bin/smbclient \\\\windows-server\"backup db"$ -U jelo 123456 -c "lcd /root;put mysql-dump.sql" But when I try to run the same command from /etc/crontab, it fails: 00 10 * * * root /usr/bin/smbclient \\\\windows-server\\"backup db"$ -U jelo 123456
2012 Apr 02
5
Usando R CMD BATCH no me funciona savePlot()
Buenas tardes: Hasta ahora he utilizado savePlot() en ejecuciones de R en Windows, donde lo que hago es grabar la ventana de gráficos mediante dev.cur() en formato pdf. Concretamente éste es el código: > savePlot(filename = ruta_pdf, type = "pdf", device = dev.cur(), restoreConsole = TRUE) Este comando está dentro de un bucle de "n" ejecuciones, por lo que guardo un pdf por
2008 Sep 05
1
Question about col.names in write.csv
Dear support, I don't ignore col.names in write.csv. I want to write names for the firts row. How can I do? Thanks in advance
2009 Dec 11
2
Data
Hi all, Imagine I have a matrix and the first colum is a list that repeats the same names, I want to sum the second column on each unique name on first column. Imagine this: Pepe 2 Pepe 3 Pepe 4 Jose 2 Jose 5 Manuel 4 Manuel 2 I want to make a new matrix that calculates and recognizes that there are 3 different names ans sum second column. But a priori I don´t know the list of the different
2019 Oct 30
2
Hoy reunión "Grupo de Usuarios de R de Madrid"...
Hola, Por si alguno de vosotros no está al tanto y puede/quiere venir: https://www.meetup.com/es-ES/Grupo-de-Usuarios-de-R-de-Madrid/events/265815584/ Esperamos grabar la sesión y que esta misma semana estén disponibles los videos. Gracias, Carlos Ortega www.qualityexcellence.es [[alternative HTML version deleted]]
2013 Mar 04
2
Model/google maps display
Hi all, I''m building a ror app and have a model with geo-coordinates would like to use the info in the model to generate a google map view, does anyone know what''s the best way to go round this? is is Google API?, I''ve also seen a gmaps4rails, any comments? Thank you in advance, Jax -- You received this message because you are subscribed to the Google Groups
2009 Feb 18
1
multidimensional scaling with long form data
I have a dissimilarity dataset with the form: 1 1 dissimilarity value 1 2 ... 1 3 1 4 2 2 2 3 2 4 ... I would like to do nonmetric multidimensional scaling with this data, but I am having trouble using this format. I would like to either find a function that accepts this format or find a way to easily convert this format to a matrix for use with existing functions. Thanks!
2010 Mar 05
2
"\." vs "\\."
Hola a tod@s, ¿alguien me podría clarificar la diferencia entre "\." y "\\." en el siguiente caso? (He mirado ?regex, ?cat, ?Quotes y FAQ 7.37 y no lo acabo de ver) > a<-"hola.me.llamo.pepe" > a [1] "hola.me.llamo.pepe" > strsplit(a,"\.") [[1]] [1] "" "" "" "" "" ""
2006 Jul 24
9
RadRails with Eclipse
Hi all, who is using RadRails with Eclipse to create RoR applications? jsn -- Posted via http://www.ruby-forum.com/.
2006 Jun 25
3
select box''s
Hi, I have this code for a select box, <%= select("plugin", "plugcats", Plugcats.find_all.collect {|p| [ p.title, p.id ] }, { :include_blank => true }) %> at the minute it extracts teh requried data, but submits the data as params[''plugin''][''plugcats''] how can I get it to submit it as
2009 Apr 14
2
routes with google maps API
Hi, I''m using mapstraction with Google Maps api and I want to use routes. As of now, mapstraction only supports mapquest API to do this, so can I use the underlying googlemaps API to do this, while using mapstraction? If yes, how? Btw, mapquest route demo doesn''t work (Error: MQA is not defined / Source File: http://mapstraction.com/mapstraction-js/mapstraction.js / Line: 621)
2016 Nov 17
4
BUG: nopassword doesn't work with CRAM-MD5
On Thursday 17 of November 2016, Aki Tuomi wrote: > On 17.11.2016 10:14, Arkadiusz Mi?kiewicz wrote: > > Hello. > > > > dovecot 2.2.26.0 > > > > When testing nopassword extra field > > (http://wiki2.dovecot.org/PasswordDatabase/ExtraFields) with CRAM-MD5 > > dovecot doesn't allow any password (while it should) and returns > > > >
2008 Dec 20
5
Calendar icon for date selection functionality
Hello. I would like to add date selection functionality using a calendar icon. Is there a tutorial anywhere I could use? Thanks in advance. Pepe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2005 Aug 02
1
Default_mail_env..
Hi, I 'm new to Dovecot and we are trying to do some tests in a production environment. We use mysql to authenticate and dovecot imap only. But our structure directory is something special. All of ours accounts are stored in maildir and the path is the following: For example the account pepe at inter.net /export/maildir/inter.net/p/e/pepe and into pepe we have