search for: pswd

Displaying 14 results from an estimated 14 matches for "pswd".

Did you mean: psw
2003 Jul 01
0
Local usr groups + pswd exp.
Well hello ya all. first i would like to say, that we succesfully switched from a wind*s pdc to the samba 3 beta1 pdc. it all looks to work fine., we use tdbsam as pasword back end.. the only worries i get is the fact that some how the local user groups (administrator, users, guest ect ect) won't realy work. i mapped them in the same way i did with the domain groups (and those work just
2013 Aug 30
0
Adding new root suffix to 389 server
My apologies if this is off-topic... On a centos6.4 system I installed 389 server from EPEL. It seems to work well enough. However I'm trying to script things, rather than do it via the GUI. So, for example, I want to add a new suffix: #!/bin/ksh -p pswd=$(cat ~/passwd) add() { echo "dn: cn=example,cn=ldbm database,cn=plugins,cn=config changetype: add objectclass: extensibleObject objectclass: nsBackendInstance nsslapd-suffix: dc=example,dc=com dn: cn=dc=example\,dc=com,cn=mapping tree,cn=config changetype: add objectclas...
2006 Jun 01
3
how can i redirect a person after a login
...page - i couldn''t figure out how to redirect to the page he requested... my loggin system is this: APPLICATION CONTROLLER: def secure redirect_to :controller => ''login'' unless @session[:admin] == 1 end ------------------- in my LOGIN CONTROLLER: def authenticate pswd = [ ''shai'', ''octava''] @input = [ "#{params[:user][:name]}", "#{params[:user][:password]}" ] if pswd == @input @session[:admin] = 1 flash[:notice] = ''successful entry.'' redirect_to :controll...
1999 Nov 01
1
smbmount syntax for 2.0.5a
...lems with scripts that used to run under 2.0.2. I've tried digging around on newsgroups, the manpages, and the Samba web site and can't seem to find everything I need to do to mount a share (from an NT 4.0 server). When I issue the following: smbmount //server/share -I dest ip -U user%pswd -c `mount /mnt/dirname` I get the following message: mount: can't find /mnt/selData in /etc/fstab or /etc/mtab What do I need to do to configure the fstab and or mtab files so that the smbmount command will work? Or am i doing something wrong on the smbmount command? Should the /mnt/dirname...
1999 Nov 03
2
using smbmount for NT share
I posted a previous thread about using smbmount, but I am still having some problems, using samba version 2.0.5a on SuSE 6.2. I issue the statement: smbmount //NTServer/share /mnt/test -Iaddress -Uid%pswd Afterwards, if I go to the mount directory, i.e. 'cd /mnt' and issue the command 'ls -l' I get an error message 'ls: test: Input/output error'. After that, the mount point is pretty much hosed until I reboot the server (I haven't looked to see how to stop the smb daemon...
2005 Sep 02
7
Form to update two tables
...NOT NULL, info VARCHAR(40), modified_at DATETIME, created_at DATETIME, access DATETIME, PRIMARY KEY(id) ); table USERS ----------- CREATE TABLE users ( id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, login VARCHAR(40) NOT NULL, first VARCHAR(40), last VARCHAR(40), pswd VARCHAR(40) NOT NULL, modified_at DATETIME, created_at DATETIME, access DATETIME, company_id INTEGER UNSIGNED, PRIMARY KEY(id), INDEX company_users_FKIndex1 (company_id), FOREIGN KEY(company_id) REFERENCES companies(id) on DELETE CASCADE );
1999 Oct 04
3
Tree connect failed: ERRSRV - ERRbadpw
Can anyone help me? I have Samba 2.0.5a running on SuSE Linux 6.0 (2.0.36) and Windows NT Server 4.0 SP4 (PDC). When I try to do a "smbclient -L MYUNIX" (according to the trouble shooting guide) I get the following message: Addes interface ip=195.90.254.xxx bcast=195.90.254.255 nmask=255.255.255.0 Password: Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 2.0.5a] tree connect failed: ERRSRV
1998 Oct 12
0
session terminated
I have the 1.9.18p8 version on a unix machine HP-UX 10.20 I try to connect from a pc with NT4.0 SP3 where I'm logged in as "tec110" On the samba server i have shared the fs /cadra/AB as [AB] and /cadra/AC as [AC] The user is able to cget the service from the pc with a tec110 and a pswd but when i try to connect to the second service [AC] i have this msg : "A specified logon session does not exist. It may already have been terminated" If I disconnect the first connection [AB] I'm able to connect the second [AC].Not at the same time. Only one service is per...
2002 Oct 17
1
Cannot mount with newer samba
...ndrak8.0 at another partition, and it mounts the nt-server perfectly. I use exactly the same fstab line in both cases. The corresponding mount command does not mount in the redhat cases. mount -t smbfs //server/shared /mnt/g-drive -o user=<user>,password=<pswd>,uid=500,user,auto Is this a bug in the newer samba versions? Flemming
2005 Dec 12
2
export from R to MySQL
Hi R user! What is the fastest way to export a large matrix or vector to a MySQL database? The use of data.frame() and dbWriteTable() makes the process slow, so is there any <direct> alternative? Regards Meinhard Ploner
1998 Aug 05
1
account
Sorry for my little english I have the 1.9.18p8 version on a unix machine HP-UX 10.20 I try to connect from a pc with NT4.0 SP3 where I'm logged in as administrator I try to connect on the unix as different users (tec110, cadnt4....) This is the configuration file : smb.conf [global] debug level = 3 dead time = 5 dns proxy = no [unix-eso] path = /home/eso
2005 Mar 18
6
Basic questions about RMySQL
Hello, Please forget me if I am asking something that is well documented. I have read documentation but there are points that are not clear for me. I am not expert in R nor Databases, but if someone direct me to a tutorial, I will appreciate it.. 1. In my understanding, I can install and use RMySQL withouth having to install MySQL in my PC, to have access to and to create new tables . Is this
2006 Feb 26
4
Newbie rails woes - the 'Recognition failed for “/admin”' thing
I''m working with the agile rails book (latest rev), and have encountered more show stoppers than I woud have expected. The lastest one is rather worrying. Page 57 is somewhat notorious for breaking. There are all sorts of blogs etc about breakage and fixes since roughly Nov 05. Rails 0.14.1 and the Broken Depot Steel rails through my skull Even back then, the breakage was known and
2000 Sep 26
19
samba and cups
Hello, I have a pb in using samba with cups. I put "printing=cups" in my smb.conf file but I cannot connect the printers from Windows NT 4.0. Could you send me a smb.conf file using cups as an example ? Thank you