search for: tippl

Displaying 9 results from an estimated 9 matches for "tippl".

Did you mean: tipps
2017 Jun 05
3
Lowest functional level 2000 (4.6.4)
Unfortunately its an old setup that I’ve inherited from someone else. From what i understand there was originally a windows sbs server and this samba dc has replaced that. It was done when samba 4 was in early beta. Thanks for the link i found that thread but as you say it doesn’t help. Failing any kind of fix is there a way to import users/computers into a fresh database?
2002 Sep 09
2
Samba 2.2.5-1 problems joining domain - W2K PDC
...ng Samba version, and installing the new package, I found that I was unable to get the Samba re-joined to the domain. Items checked and verified: I've verified more then once that the "Pre-windows 2000" box is checked when adding the machine account on the PDC. I've double and tipple checked the account credentials used with the smbpasswd join command. I've verified my syntax is correct lmhosts and hosts files have proper entries W2K wins server is up and has correct records smb.conf has Samba pointed in the correct direction for the WINS server on the W2K box. nmblookup...
2017 Jun 05
0
Lowest functional level 2000 (4.6.4)
On Mon, 5 Jun 2017 13:29:10 +0100 Danny Tipple via samba <samba at lists.samba.org> wrote: > I have a samba dc which i recently upgraded to 4.6.4. I was looking > at updating the functional level as it currently returns: > > Forest function level: (Windows) 2000 > Domain function level: (Windows) 2000 > Lowest funct...
2017 Jun 05
0
Lowest functional level 2000 (4.6.4)
On Mon, 5 Jun 2017 15:09:41 +0100 Danny Tipple <danny at trials-forum.co.uk> wrote: > Unfortunately its an old setup that I’ve inherited from someone else. > > From what i understand there was originally a windows sbs server and > this samba dc has replaced that. It was done when samba 4 was in > early beta. > > T...
2017 Jun 09
1
Cant Replicate Schema Updated With Adprep
I have a very old domain i inherited that is running samba 4.5.6 but is on schema version 30. I added a windows 2003 DC and used the 2008r2 adprep.exe utility to upgrade the schema to version 47. To do so the 2003 server had to take the schema and infrastructure roles. I am now trying to use the repadmin utility to sync the schema back to samba to it is failing with the following: [2017/06/09
2017 Jun 01
1
dbcheck - least one mandatory attribute ('fromServer') on entry wasn't specified
Ive recently inherited an old samba installation which was originally migrated from a windows 2003 server. It was running samba 4.2.13 so i upgraded to 4.6.4. All is well and everything appears to be working correctly but get the following error error when running the db check tool: Fix replPropertyMetaData on CN=f37883ec-90f7-4ac3-b478-00a266e31f83,CN=NTDS
2017 Jun 05
2
Lowest functional level 2000 (4.6.4)
I have a samba dc which i recently upgraded to 4.6.4. I was looking at updating the functional level as it currently returns: Forest function level: (Windows) 2000 Domain function level: (Windows) 2000 Lowest function level of a DC: (Windows) 2000 There is only a single DC (this host). According to the documentation 2000 isn’t even supported anymore:
2017 Jun 05
0
Unable to delete a non-leaf node (it has 4 children)
I’m having issues removing an old dead DC. I’m using the tool as follows: sudo samba-tool domain demote --remove-other-dead-server=OLD-SERVER-NAME I’m receiving the following error when it comes to deleting the machine: ERROR(ldb): uncaught exception - subtree_delete: Unable to delete a non-leaf node (it has 4 children)! File
2009 Mar 06
2
Routes.recognize_path on more complicated Routes
For a permissions system i''m writing i''m extending the standard link_to helpers to check if a user has a permission to perform that action before displaying a link to clean-up my code so i don''t have to put if checks all over them. I''m trying to use.. ActionController::Routing::Routes.recognize_path(url, :method => method) to get the action and controller