search for: account_name

Displaying 20 results from an estimated 124 matches for "account_name".

2004 Nov 06
5
SIP Groups
I am wondering if there is a way to create a SIP/IAX group of outgoing lines like Zap groups. I am currently using the following method, but would like to use features such as ?g2? that would list all the accounts for a SIP or IAX connection. exten => _1NXXNXXXXXX,1,Dial(SIP/account_name:Password@gw5.voicepulse.com/${EXTEN }) exten => _1NXXNXXXXXX,102,Dial(IAX2/account_name:Password@gwiaxt02.voicepulse.com /${EXTEN}) exten => _1NXXNXXXXXX,2,Congestion Thanks. Tim. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Ve...
2005 Jul 27
0
net/smtp, TO and FROM fields
...send email to myself or anyone who has a yahoo email account, the received message has blank To and From fields. How can I make To, From and Subject fields visible? Here''s the code: Net::SMTP::start(''smtp.mail.yahoo.com'', 25, ''yahoo.com'',''account_name'',''account_pwd'' , :login ) do |smtp| smtp.open_message_stream(''account_name-/E1597aS9LQAvxtiuMwx3w@public.gmane.org'', ''account_name@yahoo.com'' ) do |stream| stream.puts "some text" end end Tha...
2006 Nov 30
5
Sharing Mongrel Log Files on SAN Storage
Hi, My department has a SAN and I''m wondering if it is safe to have all of my mongrel''s share log files stored on the SAN. More specifically, we have 4 machines, each running a couple of mongrel processes. Right now each machine has its own set of log files for mongrel. However, I am thinking that it might be better to put the log files on the SAN and let all the mongrels
2015 Nov 26
2
nitwit's attempt to edit samba source
...d_recv: " > "%s authentication for user [%s\\%s] " > "FAILED with error %s\n", > (state->method ? state->method->ops->name : "NO_METHOD"), > state->user_info->mapped.domain_name, > state->user_info->mapped.account_name, > nt_errstr(status))); > tevent_req_received(req); > return status; > } to: > if (tevent_req_is_nterror(req, &status)) { > DEBUG(2,("auth_check_password_recv: " > "%s authentication for user [%s\\%s] on host %s " > "FAILED...
2008 Dec 11
3
Failed to join domain: failed to set machine spn: Constraint violation
...2) [2008/12/11 17:02:33, 1] libnet/libnet_join.c:libnet_join_precreate_machine_acct(235) machine account creation created [2008/12/11 17:02:33, 1] libnet/libnet_join.c:libnet_Join(1801) libnet_Join: libnet_JoinCtx: struct libnet_JoinCtx out: struct libnet_JoinCtx account_name : NULL netbios_domain_name : 'DOM' dns_domain_name : 'DOM.REALM.DOMAIN.COM' dn : 'CN=HOSTNAME,OU=Services,OU=OU,OU=OU,OU=OU,DC=DOM,DC=REALM,DC=DOMAIN,DC=com' domain_sid...
2020 Oct 12
3
Lookup sid with libsmbclient (invoked from c# on mono)
Thanks Aur?lien Can you point to me how I can start LDAP connection using winbind ? I'm using ldap_simple_bind so far so there is no use of winbind in it. I'll be happy also if you can point me to the winbind API where you can input login / password br Vincent Le lun. 12 oct. 2020 ? 11:37, Aur?lien Aptel <aaptel at suse.com> a ?crit : > Hi Vincent, > > If you want to
2015 Jun 03
2
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
On 03/06/15 22:04, ivenhov wrote: > Thanks Rowland. > I understand smb.conf is bit messy and can affect performance but it should > not prevent me from joining domain. > > Here you go: > > [global] > workgroup = MYNAT > realm = MYNAT.MYCO.BCU > server string = My server %h > security = ADS > password server =
2005 Mar 16
5
Packet Counting...
Hi, How can i count the number of packets on an interface evry 2 or 5 seconds. and i want to count only specific packets like only arriving packets from port 5001 Any thoughts... Muhammad
2015 Jun 03
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...mal krb5 file Unfortunately error is still the same. If I try to join with full OU path I get kerberos_kinit_password testuser at MYNAT.MYCO.BCU failed: Cannot contact any KDC for requested realm libnet_Join: libnet_JoinCtx: struct libnet_JoinCtx out: struct libnet_JoinCtx account_name : NULL netbios_domain_name : 'MYNAT' dns_domain_name : 'mynat.myco.bcu' forest_name : 'myco.bcu' dn : NULL domain_sid : * do...
2006 Jul 27
0
Separating file_column upload directory by account
...ile_column plugin for file uploads. The usual directory structure it saves to is: model/attr/id/filename For my current project, I''d like to separate uploads by account so that it''s easier to monitor an account''s resource usage. So, the directory structure would be: @account_name/model/attr/id/filename (@account_name is the name of the specific account.) Ultimately, there would be one of these for each account: account_1/model/attr/id/filename account_2//model/attr/id/filename account_3/model/attr/id/filename etc. I see where these paths are built in the plugin (line 20...
2006 Jun 05
0
route help using accounts but not with subdomain
Hi all, I''ve just started trying to figure out rails routes and am having some difficulty. I want to have the directory structure start with the /:account_name/ instead of using the subdomain with the exception of account/create and account/list I tried: map.connect ''account/create'', :controller => ''account'', :action => ''create'' map.connect ''account/list'', :controller => ...
2009 Aug 28
2
Association extension method
In my application a user working at a dropzone can manipulate transactions against customer accounts. Here''s my models: class Transaction < ActiveRecord::Base belongs_to :account end class Account < ActiveRecord::Base belongs_to :dropzone has_many :transactions end class Dropzone < ActiveRecord::Base has_many :transactions, :through => :accounts do def
2013 Feb 04
1
Able to join Samba client as MEMBER server to Windows 2008 R2 RWDC but not to RODC
...oth Samba 3.6.6 and 4.0.2. When pointing the client to a RWDC(wegsfes19123) I'm able to successfully join the client: [root at vm-ae67a ~]# net ads join -U Administrator -d1 -Swegsfes19123 ... libnet_Join: libnet_JoinCtx: struct libnet_JoinCtx out: struct libnet_JoinCtx account_name : NULL netbios_domain_name : 'DOMAIN' dns_domain_name : 'domain.com' forest_name : 'domain.com' dn : 'CN=vm-ae67a,CN=Computers,DC=domain,DC=com' d...
2015 Nov 27
0
nitwit's attempt to edit samba source
...user [%s\\%s] " >> "FAILED with error %s\n", >> (state->method ? state->method->ops->name : "NO_METHOD"), >> state->user_info->mapped.domain_name, >> state->user_info->mapped.account_name, >> nt_errstr(status))); >> tevent_req_received(req); >> return status; >> } > > to: > >> if (tevent_req_is_nterror(req, &status)) { >> DEBUG(2,("auth_check_password_recv: " >>...
2009 May 15
1
3.3.4 2008 Domain Join Error
...sword(362) kerberos_kinit_password admuser@DOM.REALM.CO.COM@DOM.REALM.CO.COM failed: Malformed representation of principal [2009/05/15 13:42:13, 1] libnet/libnet_join.c:libnet_Join(1902) libnet_Join: libnet_JoinCtx: struct libnet_JoinCtx out: struct libnet_JoinCtx account_name : NULL netbios_domain_name : 'DOM' dns_domain_name : 'DOM.REALM.CO.COM' forest_name : 'realm.co.com' dn : NULL domain_sid : *...
2019 Mar 21
1
NT_STATUS_ACCESS_DENIED: Access denied (0xc0000022)
...Recently, I get so many errors in FreeRADIUS logs such as: ERROR: (92) ntlm_auth: ERROR: Program returned code (1) and output 'NT_STATUS_ACCESS_DENIED: Access denied (0xc0000022) This error disappears when I re-join the Domain controller ( Windows AD ) using the command: net ads join -U <account_name> Below is the smb.conf: workgroup = DA realm = <domain name> security = ads idmap config * : range = 16777216-33554431 template shell = /bin/false kerberos method = secrets only winbind use default domain = true winbind offline logon = false #--authconfig--end-l...
2010 Nov 08
1
Winbind - Domain Join Failed
...r [2010/11/08 11:12:37, ?1] libsmb/cliconnect.c:2132(cli_full_connection) ?failed session setup with NT_STATUS_INVALID_PARAMETER [2010/11/08 11:12:37, ?1] libnet/libnet_join.c:1903(libnet_Join) ?libnet_Join: ? ? ?libnet_JoinCtx: struct libnet_JoinCtx ? ? ? ? ?out: struct libnet_JoinCtx ? ? ? ? ? ? ?account_name ? ? ? ? ? ? : NULL ? ? ? ? ? ? ?netbios_domain_name ? ? ?: NULL ? ? ? ? ? ? ?dns_domain_name ? ? ? ? ?: NULL ? ? ? ? ? ? ?forest_name ? ? ? ? ? ? ?: NULL ? ? ? ? ? ? ?dn ? ? ? ? ? ? ? ? ? ? ? : NULL ? ? ? ? ? ? ?domain_sid ? ? ? ? ? ? ? : NULL ? ? ? ? ? ? ? ? ?domain_sid ? ? ? ? ? ? ? : (NULL SID)...
2011 Mar 02
2
problem with samba 3.5.6 try to join W2K8
...) use_kerberos : 0x00 (0) secure_channel_type : SEC_CHAN_WKSTA (2) [2011/03/02 13:24:00.814776, 1] libnet/libnet_join.c:1978(libnet_Join) libnet_Join: libnet_JoinCtx: struct libnet_JoinCtx out: struct libnet_JoinCtx account_name : NULL netbios_domain_name : 'MYDOMAIN' dns_domain_name : 'mydomain.com' forest_name : 'root.com' dn : NULL domain_sid : *...
2016 Dec 16
2
net ads join -> "The connection was refused"
...debug : 0x01 (1) use_kerberos : 0x00 (0) secure_channel_type : SEC_CHAN_WKSTA (2) desired_encryption_types : 0x0000001f (31) libnet_Join: libnet_JoinCtx: struct libnet_JoinCtx out: struct libnet_JoinCtx account_name : NULL netbios_domain_name : NULL dns_domain_name : NULL forest_name : NULL dn : NULL domain_sid : NULL domain_sid : (NULL SID)...
2012 May 21
1
3.6.5 and "not_defined_in_RFC4178@please_ignore" error
...uccessfully contacted LDAP server 10.219.244.253 [..] got principal=not_defined_in_RFC4178 at please_ignore [..] SPNEGO login failed: Logon failure failed session setup with NT_STATUS_LOGON_FAILURE libnet_Join: libnet_JoinCtx: struct libnet_JoinCtx out: struct libnet_JoinCtx account_name : NULL netbios_domain_name : NULL dns_domain_name : NULL forest_name : NULL dn : NULL domain_sid : NULL domain_sid : (NULL SID)...