search for: add_entry

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

2018 Apr 04
3
Unable to rejoin domain, LDAP error 50
...text): Failed to find DC$@DOMAIN.NET.PL(kvno 2) in keytab FILE:/usr/local/samba/private/secrets.keytab (aes256-cts-hmac-sha1-96) kvno DC DC at DOMAIN.NET.PL: kvno = 1 Is there any other way to increase the key version to 2 than demote dc and rejoin domain? I was trying with the command: ktutil: add_entry -password -p DC$@DOMAIN.NET.PL -k 2 -e aes256-cts-hmac-sha1-96 but then I'm asking to enter password (or key with -key option in add_entry) - can I leave it empty, just hit enter key? Any help appreciated. Regards, Kris -----Original Message----- From: samba [mailto:samba-bounces at lists.s...
2018 Apr 08
0
Unable to rejoin domain, LDAP error 50
...>>> (aes256-cts-hmac-sha1-96) >>> >>> kvno DC >>> DC at DOMAIN.NET.PL: kvno = 1 >>> >>> Is there any other way to increase the key version to 2 than demote >>> dc and rejoin domain? I was trying with the command: >>> ktutil: add_entry -password -p DC$@DOMAIN.NET.PL -k 2 -e >>> aes256-cts-hmac-sha1-96 but then I'm asking to enter password (or key >>> with -key option in add_entry) - can I leave it empty, just hit enter >>> key? >>> >>> >> >> You could try running ...
2006 May 12
0
RJS questions
Hi! 1. Is it possible to execute rjs from onclick event? 2. Can i use rails code inside rjs? So i could easily add complicated form elements like date_select etc? 3. If i have a form_remote_tag which calls action ''add_entry'', do i have to somehow run render method to run rjs file or just create add_entry.rjs file and it will be executed automatically? 4. Can i use rjs code directly (inline) in the controller? -- Posted via http://www.ruby-forum.com/.
2006 Mar 22
1
Generic ''save'' function for multiple objects?
...well but I ran into one area that I''m curious if there is a way to improve. Basically the database has several instances of Many-to-Many relationships to handle different things. At present each of these has a seperate "add" function that looks like this: ------------ def add_entry @entry = Entry.new(params[:entry]) @entry.item_id = params[:id] if @entry.save flash[:notice] = "Record updated." redirect_to :action => "show", :id => params[:id] else flash[:notice] = "Error: failed to add entry!" redirec...
2018 Apr 03
2
Unable to rejoin domain, LDAP error 50
There was lack of membership in Administrators domain/Builtin group. I had only: Domain Users Group Policy Creator Owners Enterprise Admins Schema Admins Domain Admins I've added and I'll try. Thank you. Any hint with the recreation of keytab file? Regards, Kris -----Original Message----- From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny via samba Sent:
2009 Oct 24
6
Working with ListCtrl and ListItem
Hi List, I''m trying to get my ListCtrl to work. Currently I''ve managed to fill my ListCtrl with items, but I think it''s not the most beautiful way: class MyList < Wx::ListCtrl def initialize(parent, *args) super(parent, :style => Wx::LC_REPORT|LC_HRULES ) create_layout fill_list end def create_layout self.insert_column(0, "Name")
2015 Jan 23
2
ACL ignored on cifs mounted share
...ries > browseable = no > read only = no > > I created a new user on the DC: > samba-tool user add cifsuser > Gave 'cifsuser' a uidNumber and gidNumber > > Next on the client: > > Extract and merge a keytab: > cd /etc > ktutil > ktutil: add_entry -password -p cifsuser at EXAMPLE.COM -k 1 -e arcfour-hmac > Password for cifsuser at EXAMPLE.COM: > ktutil: wkt cifs.keytab > ktutil: rkt krb5.keytab > ktutil: rkt cifs.keytab > ktutil: wkt krb5.keytab > ktutil: quit > > Restarted samba & winbind to make sure that e...
2003 May 07
1
Problem with third link in multiple uplink configuration
Hello! I have access server with 4 uplinks (nice, huh?). I ran RedHat 7.3. Yesterday I did an upgrade to RedHat 9. After upgrade Linux says the third link is bad: # ip route show 2.2.2.0/30 dev eth2 scope link src 2.2.2.2 4.4.4.0/30 dev eth4 scope link src 4.4.4.4 3.3.3.0/29 dev eth3 scope link src 3.3.3.3 1.1.1.0/28 dev eth1 scope link src 1.1.1.1 10.1.1.0/24 dev eth0 scope link
2015 Jan 23
1
ACL ignored on cifs mounted share
...I created a new user on the DC: >>> samba-tool user add cifsuser >>> Gave 'cifsuser' a uidNumber and gidNumber >>> >>> Next on the client: >>> >>> Extract and merge a keytab: >>> cd /etc >>> ktutil >>> ktutil: add_entry -password -p cifsuser at EXAMPLE.COM -k 1 -e >>> arcfour-hmac >>> Password for cifsuser at EXAMPLE.COM: >>> ktutil: wkt cifs.keytab >>> ktutil: rkt krb5.keytab >>> ktutil: rkt cifs.keytab >>> ktutil: wkt krb5.keytab >>> ktutil: qu...
2015 Jan 22
2
ACL ignored on cifs mounted share
Am 22.01.2015 um 12:28 schrieb Rowland Penny: > On 22/01/15 10:53, Norbert Heinzelmann wrote: >> Hello, >> >> I have the problem that the ACLs are ignored when I mount a share via >> cifs. I have an AD with Samba 4.1.6 Ubuntu 14.04 (but I also tried it >> with Gentoo and samba 4.1.14). So I joined a member server like the >> wiki describes. Everything
2015 Jan 22
0
ACL ignored on cifs mounted share
...top is simply this: [homes] comment = Home Directories browseable = no read only = no I created a new user on the DC: samba-tool user add cifsuser Gave 'cifsuser' a uidNumber and gidNumber Next on the client: Extract and merge a keytab: cd /etc ktutil ktutil: add_entry -password -p cifsuser at EXAMPLE.COM -k 1 -e arcfour-hmac Password for cifsuser at EXAMPLE.COM: ktutil: wkt cifs.keytab ktutil: rkt krb5.keytab ktutil: rkt cifs.keytab ktutil: wkt krb5.keytab ktutil: quit Restarted samba & winbind to make sure that everything was correct. Now I had the k...
2015 Jan 23
0
ACL ignored on cifs mounted share
...read only = no >> >> I created a new user on the DC: >> samba-tool user add cifsuser >> Gave 'cifsuser' a uidNumber and gidNumber >> >> Next on the client: >> >> Extract and merge a keytab: >> cd /etc >> ktutil >> ktutil: add_entry -password -p cifsuser at EXAMPLE.COM -k 1 -e >> arcfour-hmac >> Password for cifsuser at EXAMPLE.COM: >> ktutil: wkt cifs.keytab >> ktutil: rkt krb5.keytab >> ktutil: rkt cifs.keytab >> ktutil: wkt krb5.keytab >> ktutil: quit >> >> Restart...
2015 Dec 18
0
[ANNOUNCE] iptables 1.6.0 release
...ail nft: break chain listing if only one if looked for nft: fix selective chain display via -S xtables: add -I chain rulenum xtables: remove bogus comment regarding rule replacement nft: no need for rule lookup if no position specified via -I xtables: fix typo in add_entry for the IPv6 case nft: fix match revision lookup for IPv6 etc: add default IPv6 table and chain definitions xtables: use xtables_rule_matches_free nft: fix wrong flags handling in print_firewall_details nft: use xtables_print_num nft: generalize rule addition fam...
2006 Jul 14
23
[RFC] New shadow paging code
We (Michael Fetterman, George Dunlap and I) have been working over the last while on a full replacement for Xen''s shadow pagetable support. This mail contains some design notes, below; a patch against xen-unstable, giving a snapshot of the current state of the new shadow code, is at http://www.cl.cam.ac.uk/~tjd21/shadow2.patch Comments on both are welcome, although the code is not