search for: parameters

Displaying 20 results from an estimated 46092 matches for "parameters".

2007 May 12
1
Cannot connect to NT 4 BDC Server
...to SERVEUR using a new account create in LDAP by myself, all looks wrong. When i want to connect to SERVEUR from SAMBA using a new user account, i'm using the following command, and the result is NT_STATUS_LOGON_FAILURE: # smbclient -d 4 -W ALITEC -U marcori //SERVEUR/usr lp_load: refreshing parameters Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" doing parameter workgroup = ALITEC doing parameter netbios name = ALBERTINE handle_netbios_name: set global_myname to: ALBERTINE doing paramet...
2018 Oct 02
0
Re: [PATCH v2 API PROPOSAL 0/5] inspection Add network interfaces to inspection data.
I wrote some code which can get this kind of information from the Windows Registry: <interfaces> <interface name="Ethernet" type="unknown"> <parameters> <parameter name="bootproto">dhcp</parameter> <parameter name="gateway">10.0.2.2</parameter> <parameter name="ipaddr">10.0.2.15</parameter> <parameter name="win:AddressType">...
2015 May 31
1
unable to join a SAMBA linux box to MSWindows 2012 AD
...aveLefT -d5[/b] debug results:[code]INFO: Current debug levels: all: 5 tdb: 5 printdrivers: 5 lanman: 5 smb: 5 rpc_parse: 5 rpc_srv: 5 rpc_cli: 5 passdb: 5 sam: 5 auth: 5 winbind: 5 vfs: 5 idmap: 5 quota: 5 acls: 5 locking: 5 msdfs: 5 dmapi: 5 registry: 5 lp_load_ex: refreshing parameters Initialising global parameters rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) INFO: Current debug levels: all: 5 tdb: 5 printdrivers: 5 lanman: 5 smb: 5 rpc_parse: 5 rpc_srv: 5 rpc_cli: 5 passdb: 5 sam: 5 auth: 5 winbind: 5 vfs: 5 idmap: 5 quota: 5 acls: 5...
2003 Jun 04
0
samba 3.0 alpha 24 with LDAP question
...False/0 lanman: False/0 smb: False/0 rpc_parse: False/0 rpc_srv: False/0 rpc_cli: False/0 passdb: False/0 sam: False/0 auth: False/0 winbind: False/0 vfs: False/0 idmap: False/0 [2003/06/04 01:11:07, 3] param/loadparm.c:lp_load(3881) lp_load: refreshing parameters [2003/06/04 01:11:07, 3] param/loadparm.c:init_globals(1267) Initialising global parameters [2003/06/04 01:11:07, 3] param/params.c:pm_process(566) params.c:pm_process() - Processing configuration file "/usr/local/samba/lib/smb.conf" [2003/06/04 01:11:07, 3] param/loadparm.c:do_secti...
2008 Nov 28
3
Compiling ERROR.
./tools/makedep -C. -S. -T. make[1]: `makedep' is up to date. make[2]: Nothing to be done for `all'. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -D__powerpc__ -o port.o port.c {standard
2009 Mar 19
1
Can join ADS domain, all accounts/auth work fine, but leaving domain fails
...I just can't leave the domain. Here is a successful join command followed by an unsuccessful leave command at debug level 4. Any ideas? TIA, Mark user@dordal:~$ sudo net ads join -U administrator@MYDOMAIN.COM -d 4 [2009/03/19 14:00:07, 3] param/loadparm.c:lp_load(5063) lp_load: refreshing parameters [2009/03/19 14:00:07, 3] param/loadparm.c:init_globals(1448) Initialising global parameters [2009/03/19 14:00:07, 3] param/params.c:pm_process(572) params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" [2009/03/19 14:00:07, 3] param/loadparm.c:do_section(3802)...
2012 Feb 13
1
openldap integration failed after power cut
Hi We have a Samba server that authenticates with an openldap server. Or it used to. We had a power cut last week and after a bit of struggling everything came back, but not Samba. Previously our smb.conf file included the line passdb backend = ldapsam:ldap://server.domain.net/ With this line in place the connection to the LDAP server fails, and peoples shares drop off every few minutes. I
2007 Dec 04
1
Metropolis-Hastings within Gibbs coding error
...m) # blank vector proposal.b1 = current.b1 = ratio1 = double(Nsim) # blank vector index <- 1:Nsim # creating index a0 <- 10 # initial value (assumed) for tau b0 <- (.01) # initial value (assumed) for tau fit <- glm((y/n)~x,family=binomial, weight = n, data=dta) # initial value for beta parameters <- c("Beta0", "Beta1", "Tau") parameter.matrix <- array(NA,c(Nsim,3)) # blank array parameter.matrix <- as.data.frame(parameter.matrix) # creating data frame parameter.matrix[1,] <- c(fit$coef[1],fit$coef[2],rgamma(1, shape=a0, scale = b0)) # putting initia...
2002 Feb 27
1
Log file size
...own. But above = that directory is a log file named log.smb where it is quickly gaining in = size. Below is my smb.conf file and the details of log.smb. How do i reduce = the size to a fixed size? # Samba config file created using SWAT # from Daniel (0.0.0.0) # Date: 2001/11/05 10:20:51 # Global parameters [global] workgroup =3D MIS encrypt passwords =3D Yes update encrypted =3D Yes password level =3D 8 debug level =3D 5 log file =3D /var/samba/log/log.%U max log size =3D 5 wins support =3D Yes [moreward] comment =3D Moreward Di...
2016 Jul 22
1
authentication problem after upgrade to Debian Jessie
Hi, I upgraded our servers from Wheezy to Jessie. I use samba in classic mode, with openldap backend. After the upgrade, on the PDC (srv3) everything seems to be ok, it authetnicates, the netlogon share is accessible on it, but on the BDC (srv7), what is the file server, the authentication doesn't work, shares are inaccessible. I compared and syncronized the configuration files to as similar
2024 Apr 03
0
[linux-next:master] BUILD REGRESSION 727900b675b749c40ba1f6669c7ae5eb7eb8e837
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: 727900b675b749c40ba1f6669c7ae5eb7eb8e837 Add linux-next specific files for 20240403 Error/Warning reports: https://lore.kernel.org/oe-kbuild-all/202404031246.aq5Yr5KO-lkp at intel.com https://lore.kernel.org/oe-kbuild-all/202404031346.wpIhNpyF-lkp at intel.com
2019 Sep 06
0
[vhost:linux-next 13/15] htmldocs: mm/page_alloc.c:2207: warning: Function parameter or member 'order' not described in 'free_reported_page'
...s' include/drm/drm_atomic_state_helper.h:1: warning: no structured comments found drivers/gpu/drm/mcde/mcde_drv.c:1: warning: 'ST-Ericsson MCDE DRM Driver' not found include/net/cfg80211.h:1092: warning: Function parameter or member 'txpwr' not described in 'station_parameters' include/net/mac80211.h:4043: warning: Function parameter or member 'sta_set_txpwr' not described in 'ieee80211_ops' include/net/mac80211.h:2006: warning: Function parameter or member 'txpwr' not described in 'ieee80211_sta' Documentation/admin-guide/xfs...
1999 May 26
6
Changing Windows passwords
Hi all, Is there a way to use the "encrypt passwords" and the "passwd chat" programs simultaneously? smb.conf(5) doesn't mention anything about them being mutually exclusive, yet when I run testparm on the smb.conf file, I get: ERROR: the 'passwd chat' script [...] expects to use the old plaintext password via the %o substitution. With encrypted passwords
2005 Mar 24
5
Samba 3.0.13 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================== Blanking someone is an incredibly powerful thing to do in civilized society. -- Bernard Black ============================================================== Release Announcement ==================== This is the latest
2018 Oct 01
7
[PATCH v2 API PROPOSAL 0/5] inspection Add network interfaces to inspection data.
The proposed API is the same as v1, but this includes an implementation (for /etc/sysconfig/network-scripts/ifcfg-*) and modifications to virt-inspector. This compiles and works. If you look in patch 5 you can see proposed output as virt-inspector XML for a guest (although this guest has not been booted, so a real guest would hopefully have a hwaddr="MAC" attribute too). Rich.
2010 Jun 08
0
Joining samba domain fails
I am attempting to join my server to a samba 3.4 domain, and having a few issues. The error it keeps returning is "NT_STATUS_END_OF_FILE" when i attempt to use the net rpc join command. Find my debug output from the command, as well as the serves SMB.conf attached smb.conf # Global parameters [global] workgroup = CHOCOLATE server string = Nemo netbios name = nemo #hosts allow = 172.24.0. 172.20.0. #interfaces = em0 tun1 #bind interfaces only = Yes # passwd backend encrypt passwords = yes passdb backend = ldapsam:ldap://firstyear.ath.c...
2013 Dec 18
1
Troubles getting samba4 working (from samba 3)
Our current environment is Samba 3 with an LDAP backend. I want to move to Samba 4 with an AD backend. We already have the AD servers in place and Samba 3 servers are using AD absolutely perfectly. The last remaining piece is to move Samba 3->4. My existing Samba 3 configuration looks like this: [global] server string = 1220 Boothost Server netbios name = BOOTHOST-1220
2000 Aug 24
0
Windows 2000 (HP-UX 10.20)
...;[pclaser070]" Processing section "[pclaser071]" Loaded services file OK. WARNING: You have some share names that are longer than 8 chars These may give errors while browsing or may not be accessible to some older clients Press enter to see a dump of your service definitions # Global parameters [global] coding system = client code page = 850 workgroup = WORKGROUP netbios name = netbios aliases = netbios scope = server string = Samba 2.0.7 interfaces = 193.27.108.20/255.255.255.0 bind interfaces only = Yes security = SHARE encrypt passwords = Yes update encrypted = No allo...
1998 Aug 24
1
Can't connect, even to myself
I have a two-node home network: a Linux machine (RH 5.0, samba-1.9.17p4-3.rpm, also running bind as authoritative for my home domain) and Win 95 with Client for MS Net & File & Print sharing. Linux = calvin.home = 10.5.1.1. Win95 = hodge.home = 10.5.1.10. Calvin is the default gateway for the Win95 box, since I often connect via PPP to the Internet, and I've set up IP
2006 Mar 18
2
Problem with 'net rpc group delmem' command
...s pasted below. Any help would be greatly appreciated. Thank you. ------------------------------------------------------------------------------- root@nightwolf:~# net rpc group delmem "Domain Admins" -d 4 tjp [2006/03/17 19:13:47, 3] param/loadparm.c:lp_load(4202) lp_load: refreshing parameters [2006/03/17 19:13:47, 3] param/loadparm.c:init_globals(1385) Initialising global parameters [2006/03/17 19:13:47, 3] param/params.c:pm_process(574) params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" [2006/03/17 19:13:47, 3] param/loadparm.c:do_section(3657)...