Slashdot Mirror


Samba-TNG Team Releases 0.3

emissary47 writes "The Samba-TNG (the next generation) team, releases the first beta of Samba-TNG (a Samba fork since 2000) including some very interesting features for everyone willing to replace NT4 domain controllers. With excellent LDAP-backend support, integration of Microsoft tools such as usermanager for domains and servermanager and a powerful command-line tool called rpcclient it is _the_ alternative solution for Windows domain controlling at the moment. They even include scripts for NT4-server migration in order to make a change easier."

302 comments

  1. What about Samba-DS9? by Anonymous Coward · · Score: 5, Funny

    How will they handle the wormhole effect?

    1. Re:What about Samba-DS9? by Anonvmous+Coward · · Score: 1, Funny

      "What about Samba-DS9?"

      Samba-Voyager's kinda cool. They promise that if it disappears, it'll return within 7 years.

    2. Re:What about Samba-DS9? by Znonymous+Coward · · Score: 2, Funny

      >> How will they handle the wormhole effect?

      Hopefull better than the way their website is handeling the /. effect.

      --

      Karma: The shiznight, mostly because I am the Drizzle.

    3. Re:What about Samba-DS9? by Anonymous Coward · · Score: 1, Funny

      nah. they'll probably just skip ds9 and voyage in an attempt to grab the enterprise market.

    4. Re:What about Samba-DS9? by iceT · · Score: 0, Redundant

      Samba-DS9??!!?? Get real. As any good corporate citizen knows, we all want Samba-Enterprise .

      --
      -- You can't idiot-proof anything, because they're always coming out with better idiots.
    5. Re:What about Samba-DS9? by tigersha · · Score: 2, Funny

      And Microsoft would love to be known as
      Samba:Nemesis

      --
      The dangers of excessive individualism are nothing compared to the oppressiveness of excessive collectivism
  2. Good! by Anonymous Coward · · Score: 1, Insightful

    It's about time. Too bad this wasn't available two years ago, when NT4 was still run in some older environments...

    1. Re:Good! by GombuMstr · · Score: 1

      What do you mean. This works well with 2000/XP

    2. Re:Good! by Anonymous Coward · · Score: 0

      uh.

      2kdomains-AD suck.

      how's that for insightful.

      i can count on one hand the number of 500desktop+ 2k domains here in San Antonio.

      NT4.0...it's fucking everywhere.

      and sure you will see 2k servers all over...but the domain controllers are still nt4.0

  3. Samba-TNG by H.G.+Pennypacker · · Score: 3, Funny

    Code named 'Crusher'.

    --
    -- HG Pennypacker, wealthy industrialist and philanthropist
    1. Re:Samba-TNG by CleverNickName · · Score: 5, Funny

      Code named 'Crusher'.

      . . . and don't go asking me to reorganize your isolinear optical chips if you decide to play cowboy and run your server through the heart of an anomaly.

      I don't do that shit anymore.

    2. Re:Samba-TNG by Anonymous Coward · · Score: 0

      Thanks for the laugh. Being a young trekkie, I always liked your character. Your presence on /. is awesome. Thanks.

    3. Re:Samba-TNG by slittle · · Score: 1
      I don't do that shit anymore.
      Promoted to management, eh? Poor bastard..
      --
      Opportunity knocks. Karma hunts you down.
    4. Re:Samba-TNG by CleverNickName · · Score: 2, Funny

      Promoted to management, eh? Poor bastard . . .

      You have no idea.

    5. Re:Samba-TNG by Anonymous Coward · · Score: 0

      I like the original star trek better, and Wesley was eminently hateable (b/c I want to be the young genius on the Enterprise, dammit!), but I agree, you've brought me around, you personally rox0R!

  4. What's new? by $$$$$exyGal · · Score: 5, Informative

    Taken directly from the announcement, but it's short enough to just put here.

    Most important changes in 0.3:

    • Updated LDAP schema in ldap/samba-tng.schema-v3
    • Improved LDAP backend (subcontexts, performance speed up)
    • NT trusting TNG works now out of the box
    • Update to the registry tools in rpcclient
    • libiconv usage

    --sex

    --
    Very popular slashdot journal for adul
    1. Re:What's new? by Grrreat · · Score: 2, Interesting

      Does'nt suppoort "File locking" or "File ACL Support". I've been able to use ACL support in Linux after compiling. Is File Locking critical? I'm mean what can happen to a file it more than one person opens a file, does it allow them to save over each other's version?

    2. Re:What's new? by extra88 · · Score: 2, Informative

      When I have a file open on an NT server and an OS X client also has it open, everything is fine until I try to save the file. The app says it can't save the file under the original name and saves it with a random (alphanumeric) 8 character string for a name, not even the correct filename extension. That's pretty annoying but at least my changes aren't lost.

      If a 2nd Windows client opened the file, they would be warned that the file was already open and they could only open it Read Only (I only have experience with MS Word and Excel in this context so I don't know for certain if the applications play a part).

      I think there certainly is the potential for ending up with a crazy mixed-up file if more than one client saves changes to it at once. The more likely event is the last saved version is the one which is kept but it depends on the application and in some cases, the file.

    3. Re:What's new? by Anonym0us+Cow+Herd · · Score: 4, Insightful

      Is File Locking critical?

      Yes. There are plenty of applications that exploit this capability.

      A long time ago, in a galaxy far, far away, before the dark times, that is, before MS SQL Server, there were multi user applications. Multiple workstations, each locally running a copy of the application, could open the same data file on the server. Because they could, through the API, request certian byte range portions of the file be "locked" from other users who had the file open, they could effectively do sophisticated multi user operations without a database server. (Database servers were things for mainframes.)

      There are still programs that can do this. For instance. Microsoft Visual FoxPro. If you use FoxPro's native database (not an ODBC to some other database), then you need nothing more than a shared folder on a fileserver that supports locking. Too bad that SMB isn't suitable. This effectively cuts out some vertical market applications written in tools such as Visual FoxPro from using a shared Samba server. "Sorry, Mr. Customer, to run this specialized package, you'll need an NT server, a Novell server or an AppleShare server."

      Don't think these are merely "legacy" applications either.

      How many modern software programs allow concurrent editing of a document by multiple people? (where the applications cooperate in modifications to the data structures of the document and don't clibber each other) Excel? Word?

      --
      The price of freedom is eternal litigation.
    4. Re:What's new? by skeedlelee · · Score: 3, Interesting

      How many modern software programs allow concurrent editing of a document by multiple people? (where the applications cooperate in modifications to the data structures of the document and don't clibber each other) Excel? Word?

      Granted I didn't work at it for that long, but I did attempt to get Word2000 to do this for a few medium sized documents a while ago. My experience was that there was no way to dynamically decide what part you wanted to work on, you had to declare the divisions ahead of time and then could use their master document approach (or whatever they called it). Basically, you declare a bunch of document sections, which are then stitched back into one document. A little clunky and made keeping a version archive pretty nasty, links got fouled up all overthe place.

      Given that it was a small group of people working on the documents, and the master document approach seemed to foul a few things up, we found it easier to have someone in control who could manually split out the necessary portions and reintegrate later. Bloody waste of time.

      The whole thing about 90% people using only 10% of the capability of Office is right on, the useful features are often missing or very hard to figure out. Not that I have a clue what takes up most of the space in office... clipart maybe?

    5. Re:What's new? by Anonym0us+Cow+Herd · · Score: 1

      I really don't know about Word and Excel since I never use either of them.

      But I can assure you that there are database applications that definitely use this approach quite successfully. Records are of uniform length. So are b-tree index nodes. I know the approach to be used as far back as the very earliest fileservers in microcomputers.

      --
      The price of freedom is eternal litigation.
    6. Re:What's new? by (startx) · · Score: 1

      The big one I've seen lately causing headaches is MS Visual Studio.NET does file byte range locking. This is all fine and dandy, until you try to save and work on projects on a AFS drive, which only supports whole file locking, and VS.NET barfs all over it.

    7. Re:What's new? by Anonymous Coward · · Score: 0
      How many modern software programs allow concurrent editing of a document by multiple people? (where the applications cooperate in modifications to the data structures of the document and don't clibber each other) Excel? Word?

      uh, CVS?

    8. Re:What's new? by Jeremy+Allison+-+Sam · · Score: 5, Interesting

      Err - both Samba-TNG and Samba support this (byte-range
      locks). Out of the box. We have done for years. I wrote the
      code :-). That's why you can use Samba for these multi-user
      apps :-).

      Jeremy.

    9. Re:What's new? by MCZapf · · Score: 1
      I only have experience with MS Word and Excel in this context so I don't know for certain if the applications play a part

      It's almost certainly the applications. When you open a file in Word, it makes a little temp file with a similar name in the same directory. I'm not sure what's stored in there, but at least it allows other copies of Word to know if the file is already open.

      I don't think Excel does the same thing, but it might.

    10. Re:What's new? by Woodrose · · Score: 1

      Duration and granularity of the lock are intertwined; if duration was near zero, granularity could be smaller. Think in terms of an online document collaboration program where a single document is shared by multiple editors, but the bandwidth is sufficiently high that everyone sees everyone elses keystrokes at the same time. Chaotic, but highly collaborative. Locks would be reduced to a single character. At the opposite end of the spectrum you have locks that cover entire database views for long periods of time -- generally batch, technically multi-use (but only grudgingly so). Locking is a big subject, very comp-sci.

      --

      Thou hast damnable iteration, and art indeed able to corrupt a saint - Henry IV, Act I scene II

    11. Re:What's new? by snookerdoodle · · Score: 1

      Real life example: Solomon IV 2.6, peer-to-peer version. Win 3.1, runs successfully on all flavors.

      Up to 6 simultaneous users (we did 6 very successfully). Works like a charm.

      This is a "serious" full featured general purpose accounting package w/ gl, ap, payroll, etc. All the controls missing in Quickbooks, Peachtree, and their ilk, but priced competitively. No back end!

      Starting w/ version 4.5, MS SQL Slammer is now required.

      Mark

    12. Re:What's new? by LadyLucky · · Score: 1
      The whole thing about 90% people using only 10% of the capability of Office is right on

      This common misconception is responsible for uncounted number of software failures. The key thing is that those 90% each use a different 10%. Can you possible come up with a list of features that nobody uses? I use some rather esoteric ones in Word, but don't use ones other people use. The key is to have the functionality there, and make the software usable in the way you use it.

      Microsoft's solution to this involves those menus that hide things you don't use. Not the best solution, but it works for some people.

      --
      dominionrd.blogspot.com - Restaurants on
    13. Re:What's new? by KewlPC · · Score: 1

      uh, CVS?
      Whenever somebody wants to edit a file, CVS actually just gives them a copy. When they're done editing, CVS merges the new versin with the old, and checks it into the repository (and, IIRC, the repository's copy of the file gets locked to prevent multiple people from checking in changes at the same time).

      Let's say you have a file, foo.txt, and imagine that multiple people were editing this file at the same time. The file would most likely get corrupted, and at the very least some weirdness would go on (imagine opening the file, and at the same time somebody else was saving changes to the file; you would only get part of their changes). People would overwrite each other's changes, people would try to save changes at the same time, etc.

  5. Samba-Voyager by Anonymous Coward · · Score: 1, Funny

    All your files get lost on the other side of the network for 7 years.

    1. Re:Samba-Voyager by Anonymous Coward · · Score: 0

      well 2003-1995 is about 7 years.

  6. no way... by Kewjoe · · Score: 0, Offtopic

    Im waiting for Samba-Enterprise or Samba-Voyager or...

    ok.. lame joke.. sorry ;)

    1. Re:no way... by Anonymous Coward · · Score: 0

      oooooooohhh Daz..

  7. Re:I've read the FAQ, but still don't know by Anonymous Coward · · Score: 0

    The Next Generation.

  8. Re:I've read the FAQ, but still don't know by Anonymous Coward · · Score: 0

    the next generation.

    sounds familiar, eh? ;-)

    Artaxerxes

  9. Re:I've read the FAQ, but still don't know by PincheGab · · Score: 1

    The Next Generation?

  10. Re:I've read the FAQ, but still don't know by ozzee · · Score: 1
    What does the TNG stand for?

    TNG - The Next Generation

  11. Goooo Samba ! by bushboy · · Score: 0, Redundant

    Must admit, I don't follow any kind of samba dev, I just use the default samba install in whatever disty I'm using (use it on a tiny 12 people network), as it always works 'out the box'

    Goooooo Samba ! *spoken like al pacino watching flamingos on tv*

    Wonderful software is few and far between - samba falls into that category.

    --
    A slashdotting - you get the stick first and then the carrot !
  12. Gives a whole new meaning to... by Anonymous Coward · · Score: 1, Funny

    Samba Enterprise

  13. Only Reading the Headlines? by 1nsane0ne · · Score: 1

    From the very first line of the post of the story: The Samba-TNG (the next generation)

  14. Samba lead considers the fork a Good Thing(TM) by tempest303 · · Score: 4, Informative

    Before anyone gets off on a huge rant about this fork being pointless/harmfull/etc, read this - it's a statement by Andrew Tridgell, saying that he is "delighted" about the fork...

    1. Re:Samba lead considers the fork a Good Thing(TM) by Tony-A · · Score: 2, Redundant

      "As the original author of Samba I am delighted that this split has occurred. Many of the design decisions in Samba are showing their age, but as Samba is so widely used it can be difficult to try radical new approaches while keeping the code as stable as users have come to expect. With a new project developers have a lot more freedom to try innovative solutions to problems without any concern about stability. While we don't yet know how the TNG project will work out, it will certainly teach us something about how their proposed approaches work when they are given the chance to be fully tested."

      "I look forward to seeing more development in TNG now that the developers are not constrained by the more conservative elements of the Samba Team (such as myself!) and I will be delighted to see the project flourish. There has been only one viable SMB server solution for the free software community for far too long, and a world with only one choice is a boring place indeed."

      Divide and conquor.

    2. Re:Samba lead considers the fork a Good Thing(TM) by revery · · Score: 2, Funny

      "Now you see that Evil [upevil.net] will always triumph, because good is dumb." - Dark Helmet

      Uhm, good may be dumb, but evil looks like they're just now getting online... ;)

    3. Re:Samba lead considers the fork a Good Thing(TM) by Anonymous Coward · · Score: 0

      > Divide and conquor.

      True, just way too short. Try "Divide, do some serious R&D work in a separate project to avoid mucking up the mainline Samba code, then when all the new code's in good shape, merge back in. Call the new version Samba 3.0 and Conquer Microsoft PDC installations."

    4. Re:Samba lead considers the fork a Good Thing(TM) by cesarcardoso · · Score: 1

      Before anyone gets off on a huge rant about this fork being pointless/harmfull/etc, read this [samba.org] - it's a statement by Andrew Tridgell, saying that he is "delighted" about the fork...

      Why people are so scared about forks? Forks make Open Source software better.

      --
      Cesar Cardoso can be found at cesar at zyakannazio dot eti dot br (or at least I believe so)
  15. Better late than never? by The+AtomicPunk · · Score: 1, Flamebait

    Wow, I thought this died. So they've been working since 2000 to replace NT4 (1996?) domain controllers, and now Microsoft has ripped through 2000, XP ... ?

    Seems like they're a bit late to the party, not that I don't appreciate the work, but haven't we all pretty much come up with work arounds or are used to dealing with Samba:TOS ?

    1. Re:Better late than never? by Anonymous Coward · · Score: 0

      You've been able to do domain controler stuff with samba for ages.

      What has M$ put into XP that breaks things horribly (I know 2000 has a lot of naties in it)

    2. Re:Better late than never? by msgmonkey · · Score: 3, Informative

      There are alot of places that still use NT4 and with MS EOL'ing it people will be forced to upgrade to Windows 2000. If this makes it easy for people to move over to Linux instead of Windows 2000 than all the better.

    3. Re:Better late than never? by Anonymous Coward · · Score: 1, Interesting

      I just wish they'd start adding graphic control tools... that'd make moving way easier.

    4. Re:Better late than never? by Anonymous Coward · · Score: 0


      No. Samba 2.2 already can replace NT4 domain controllers. What Samba's Next Generation will be able to do is to replace Win2000 (i.e. Active Directory) domain controllers. Since these are only just starting to really come into use as people obsolete their old NT4 boxes, if Samba can get a production release of TNG out sometime this year, they should be right on time to catch all the people who are considering migrating to an open-source Active Directory solution.

    5. Re:Better late than never? by Jellybob · · Score: 1

      They have. As the summary says, it now support the NT4 user/server manager tools. So you can use the same graphical tools to administer it as you use to administer a native NT4 PDC.

    6. Re:Better late than never? by lkaos · · Score: 2, Informative

      The regular Samba project has had NT4 domain controller support for quite sometime...

      We are currently working on Active Directory domain controller support. We've got a domain join more or less working for AD but are still working on initial logon.

      Read here for more info.

      --
      int func(int a);
      func((b += 3, b));
    7. Re:Better late than never? by Anonymous Coward · · Score: 1, Insightful

      Okay, but what are they supposed to do about GPOs? Or WINS replication? Ever try to get network browsing to work across subnets without that? What about failover support? Are you really going to tell your boss "Yeah, we'll use this 0.3 release beta software to run our organization's network/file services and hope for the best! If shit breaks then tough!" If you would actually consider implementing Samba as a primary authentication service in a production environment then you are utterly mad. Even Samba-TNG will not be suitable for quite some time now for anything outside of a home network. The only place I can see Samba having any use is in a heterogenous environment with lots of Unix and Windows clients, and even at that you have to maintain seperate username/password databases for the Unix and Windows users. Administering Samba is a pain in the ass, frankly.

      Don't get me wrong, I think that the Samba project has a noble goal, I just think that perhaps they're going about it the wrong way. What I would like to see, rather than a redundant project immitating what Microsoft already can do, is an open-source "Client for Unix Networks", sort of like a Novell for Unix. Sure the windows client would have to be designed from the ground up, but that would make implementing things such as Group Policy Objects and functionality simmilar to Novell's ZEN system a whole lot easier. You could integrate code for the already existing Kerberos and AFS clients for windows into it, and build an LDAP backend on the server side of things that could be used to authenticate Macintosh, Windows or Unix clients. Maybe it could even have a plugin system for implementing policies on those respective operating systems as well. More importantly, if serious effort were concentrated onto this project, it could very well break the impending stranglehold that Microsoft seems destined to have on the server market with the fall of Novell and the rise of Windows .NET and its facist licensing system.

      I dunno, just a thought.

    8. Re:Better late than never? by Vlad_the_Inhaler · · Score: 1

      I just saw that Samba XP was released just over a month ago, at least the announcement was made then.
      Not that I can find it anywhere. Not having XP, that is no big deal for me.

      --
      Mielipiteet omiani - Opinions personal, facts suspect.
    9. Re:Better late than never? by Anonymous Coward · · Score: 1, Interesting

      This is extremely attractive - it's just jumped to the top of my list of things to test.

      I manage an IT section for an organisation of 110 people. We use NT4 and Linux for our back end servers (there's a couple of HP's but who counts them as serious boxes) and are well aware of the Microsoft EOL issue.

      What people need to remember about NT is not just the cost of the server OS, but the per client costs (yes - you pay for each workstation that can connect to the server) and the ongoing problems of license management.

      The idea of migrating from a stable working server base (yes - you can get NT4 stable if you work at it) to Windows 2000 and the whole active domain morass is a tough one to consider. Moving to Linux would be a lot easier, as the only NT thing I need is Exchange. This would allow me to replace everything but the mail server with Linux, and then I can start looking at that SUSE exchange replacement product.

      Once Samba TNG is as stable as NT4, it means that the only credible place for Microsoft products in my organisation is on the desktop. If Sun can get Star Office on an even (or higher) par with MS Office, I can start pruning that out and simply stick with the Microsoft OS that comes with the hardware.

      I repeat - this is extremely good news

    10. Re:Better late than never? by abartlet · · Score: 1

      People are free to install AFS clients on NT if they want - even NFS clients are available. But there is one major problem - almost nobody does!

      Samba succeeds becouse it does not require client modifications - you can swap in and out the server equipment without changing your thousands of clients.

      And even if we were to create a 'Client for Unix Networks', it would not make the job easier anyway - most of the issues we come up against are in emulating NTFS semantics, in comparison pushing these onto CIFS is easy....

      Doing this on the sever-side really is easier - we have the LDAP user management already. The other things you list are really seperate tools - there is no reason why a tool like Novell's ZEN system can't work without replacing the network client, and no reason why such a tool cannot be developed.

  16. Choices by john82 · · Score: 0, Redundant

    Andrew Tridgell (original Samba developer) thinks the fork is a good opportunity to reinvigorate the project and try other things.

  17. Re:Breaking News! by Anonymous Coward · · Score: 0

    Actually, he talked about this on Coast to Coast (late night radio show, used to be hosted by Art Bell) a few nights ago. He said he wasn't involved with the administration, so crackers that thought they were getting something on him really didn't have much. They weren't hacking him, just a website run by someone else that happens to be affiliated with him.

  18. Re:Would you believe... by Anonymous Coward · · Score: 0

    web-based trolling!? what'll they think of next?

    I can't even pity your dumb ass.

  19. NTLMv2? by Cally · · Score: 2, Interesting

    This was a show-stopper for us only last week - trying to find a reasonably easy way to get Samba supporting NT LANManager v2 authentication? Anyone?

    --
    "None are more hopelessly enslaved than those who falsely believe they are free." -- Goethe
    1. Re:NTLMv2? by praetorian_x · · Score: 4, Informative

      In what context? NTLM authentication over the web (between IE and a java based app server) is available at http://jcifs.samba.org. This is a great solution for "single signon" for intranet applications.

      Of course, it goes without saying, that this protocol is not internet safe

      The JCIFS team even includes a delightful filter than you can plug in so request.getRemoteUser() will return DOMAIN_NAME\user_name. Realy good stuff for intranet development.

      Now, if only 'zilla will get NTLM support in 1.3...

      Cheers,
      prat
    2. Re:NTLMv2? by abartlet · · Score: 5, Informative

      NTLMv2 authentication is fully supported in Samba 3.0 - we brought the code across from TNG 18 months ago.

      Recent alphas have LMv2 authenticaion too :-).

      The truth is, almost nobody uses NTLMv2 - certainly not MS...

  20. Re:I've read the FAQ, but still don't know by Anonvmous+Coward · · Score: 4, Funny

    "What does the TNG stand for?"

    It stands for:

    That's
    Not
    Gnu
    .

  21. Inter domain trust relationships? by Malc · · Score: 2, Insightful

    Samba doesn't support domain trusts, does TNG? For example, if I have my own domain configured at home, can I set up a trust relationship with the domain at work and thus make authentication and network access easier for me?

    1. Re:Inter domain trust relationships? by Malc · · Score: 3, Interesting

      I guess I should have read the status page. Let me rephrase the question: what are people's experiences with this?

    2. Re:Inter domain trust relationships? by Anonymous Coward · · Score: 0

      domain trusts work fine on samba 2.2

      check the "allow trusted domains" smb.conf option

    3. Re:Inter domain trust relationships? by psamuels · · Score: 2, Interesting
      Let me rephrase the question: what are people's experiences with this?

      The status page notes that NT trusting Samba-TNG works. What it doesn't mention is that the converse also works, but requires a certain amount of manual setup and fiddling. This is one thing we'd like to polish up for the next release. (:

      (People's experiences? Sorry, not my department, I don't use trusts..)

      --
      "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
  22. late ??? by johnjones · · Score: 4, Interesting

    late I dont think so

    even MS will admit that they cant get people to move from NT to XP or 2k

    this is right on time ! because people will start to find NT is no longer supported by MS and move what they move to might just not be Microsoft based because its too expensive hence samba TNG

    but what I want to know is this

    can samba-TNG be a real PDC and comunicate to a NT BDC all the information such as the userlist AND when it falls over and comes back up (system maintenance) take back the PDC status and any changes from the BDC ?

    acting as a PDC and syncing with a NT BDC is what SAMBA really lacks IMHO

    regards

    John Jones

    1. Re:late ??? by ed1park · · Score: 5, Informative

      "Can Samba be a Backup Domain Controller?
      With version 2.2, no. The native NT SAM replication protocols have not yet been fully implemented. The Samba Team is working on understanding and implementing the protocols, but this work has not been finished for version 2.2.

      Can I get the benefits of a BDC with Samba? Yes. The main reason for implementing a BDC is availability. If the PDC is a Samba machine, a second Samba machine can be set up to service logon requests whenever the PDC is down."

      You can find out more here...

      http://us2.samba.org/samba/ftp/cvs_current/docs/ ht mldocs/samba-bdc.html

    2. Re:late ??? by buchanmilne · · Score: 5, Informative

      can samba-TNG be a real PDC and comunicate to a NT BDC all the information such as the userlist AND when it falls over and comes back up (system maintenance) take back the PDC status and any changes from the BDC ?

      AFAIK, this is what TNG was aiming for.

      acting as a PDC and syncing with a NT BDC is what SAMBA really lacks IMHO

      You mean samba-2.2.x. Samba-3.0alpha does support this, and has a better NT->Samba migration tool, 'net rpc vampire'.

      Samba3 is due out in about 2 months (hopefully).

      What I want to know is, have they got all the samba-2.2.x features?

      We run samba-2.2.x with ldap support for samba-only PDC/BDC operation.

    3. Re:late ??? by Anonymous Coward · · Score: 0

      Could you have tried any harder to squeeze in a few more acronyms? Yeesh.

    4. Re:late ??? by gmhowell · · Score: 1

      You are dead on. We are currently looking at going from NT4 to ??? and evaluating prices. Basically, it's going to cost a shitpile of money:) I had forgotten about SMBTNG until this article, and am hoping to save the company quite a bit of money. Support? It's been worthless so far, why should I be worried about it now? I'd also be willing to be that SMBTNG can run on the hardware that would be destined for the scrapheap with a 2K or XP Pro upgrade. With cycles to spare.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    5. Re:late ??? by psamuels · · Score: 4, Insightful

      obKarmaBonus: because I'm a samba-tng developer (:

      this is right on time ! because people will start to find NT is no longer supported by MS and move what they move to might just not be Microsoft based because its too expensive hence samba TNG

      Right. The other thing is, with LDAP support, samba-tng (and samba.org for that matter) has many of the internal advantages of Active Directory. Network-side, it still looks like NT4, but internally, you can manage it via LDAP rather than the crusty old tools.

      For this reason, I personally don't see a lot of point in emulating a true Active Directory server. It just doesn't seem to buy all that much on Unix. On Win2k you have the whole world integrated into Active Directory - the DHCP server, the DNS server, dynamic DNS tying the two together, you name it. I think that's most of the value proposition of Active Directory, and on Unix the whole integration thing wouldn't be there anyway.

      Years ago, when samba-tng was young and fresh, someone (can't remember who, I think Luke Howard was involved) tried to write an NT5-compatible LDAP backend. It was never finished, but the regular LDAP backend matured to the point where we don't feel we need the AD-compatible one. The difference was mainly in the LDAP schema, as I recall.

      --
      "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
    6. Re:late ??? by t0ny · · Score: 2, Informative
      thats not true. Everyone you talk to wants to move, and sees the benefits of AD, but moving your entire production network to a new NOS takes lots of planning.

      I have been taking the necessary babysteps to get my network on AD for the past year, and am almost there. But when your network has hundreds of users with a whole lot of servers that absolutely have to be up during business hours, and have your normal support stuff to do besides, it is quite a huge undertaking.

      Probably the biggest thing that causes problems, but is the biggest reason to switch to AD, is being able to finally say goodbye to NetBIOS (the bane of my existence). Soon we will be deploying the AD Client to the Win9x machines and switching to DDNS for name resolution, replacing WINS. That step alone will solve tons of problems.

      After that I will work on switching the PDC to Win2k and run it in PDC emulation mode until the other DCs are upgraded and AD is ready to go.

      So, my point is just that its a lot of work.

      --

      Manipulate the moderator system! Mod someone as "overrated" today.

    7. Re:late ??? by ckaminski · · Score: 1

      Actually, I think the reason is money. In a down economy, no one is willing to spend $10-20K just to get better manageability of their Windows networks. They'll just foist all that extra work on the already RIF heavy IT department, and make them suffer.

      You meant NetBIOS name resolution, I presume, as opposed to actual NetBIOS, because AD doesn't have anything to do with replacing NetBIOS.

    8. Re:late ??? by t0ny · · Score: 1
      you went WAY overboard with those cost estimates. You can get a license for Win2k server for a few hundred dollars, and since you only NEED to upgrade the domain controllers, rather than every server... After that, you just assign upgrading the network to the IT dept as a project; you are already paying these people, so where is the added cost?

      The savings in new features, reliability, and saved man-hours in support far outweigh the costs of standing still.

      Next time you want to price an upgrade, talk to a vendor rather than Slashdot's MS-FUD dept.

      Also, I DID mean actualy NetBIOS, as opposed to just NetBIOS name resolution. Although AD doesnt have anything to do with replacing NetBIOS, it will enable you to stop using it, which you would have known had you knew what you were talking about.

      But dont let me stop you from answering those help desk calls. You will learn all this stuff eventually, kid. It just takes time, experience, and reading. Dont be afraid to pick up a book.

      --

      Manipulate the moderator system! Mod someone as "overrated" today.

    9. Re:late ??? by ckaminski · · Score: 1

      So $3-6K. I'm presuming a pair of new machines to run the hosts. I know Windows2000 server won't run nearly as well on my BDC hosts as NT 4.0 did. Sorry.

      As to your point about NetBIOS, yes, friend, I *DO* know what I'm talking about. I made the nubee error of irrevocably linking NetBIOS and CIFS. My bad.

      Kid? Christ, I'm probably older than you are. :-)

  23. Something very weird is going on in this thread by Gizzmonic · · Score: 1

    Read at -1 if you don't believe me...

    It seems like somebody might be abusing their moderation power.

    --
    (-1, Raw and Uncut is the only way to read)
    1. Re:Something very weird is going on in this thread by Anonymous Coward · · Score: 0

      What? You dont feel like dying at the hand of 1000 CLITs?

    2. Re:Something very weird is going on in this thread by Anonymous Coward · · Score: 0

      -1? There's not enough mod points to get it all at -1. I'm usually at 1 and I see the crap you're talking about. Oh well.

    3. Re:Something very weird is going on in this thread by Anonymous Coward · · Score: 0

      Check out this: Old Ike's Journal

    4. Re:Something very weird is going on in this thread by buswolley · · Score: 1

      this is the worst trolling on slashdot in a while

      --

      A Good Troll is better than a Bad Human.

    5. Re:Something very weird is going on in this thread by Mr.+Sketch · · Score: 1

      I think it's just another trolling tuesday, IMHO. I don't think anyone is abusing their moderation power, but I definitly think lots of mod points are being wasted.

    6. Re:Something very weird is going on in this thread by larien · · Score: 1
      Yup, we're looking at 100 posts, each using up 2 points (1 to -1) so that at least 200 points, not counting the "excess" as 5 people try to mod it into oblivion at the same time.

      Right now, I'd advocate deletion of posts & accounts. Unfortunately, that way leads unto some rather sticky territory as far as censorship & potentially allows a court to decide that /. should remove all contentious content (i.e. whatever someone who can afford a lawyer doesn't like). At the very least, IP bans are in order.

      Pity some idiot(s) have to spoil things.

    7. Re:Something very weird is going on in this thread by jbellis · · Score: 1

      if the /. authors could code their way out of a paper bag, they would put something nontrivial to defeat on the account creation page. the current "type this" challenge is a joke.

    8. Re:Something very weird is going on in this thread by Migrant+Programmer · · Score: 1

      I modded down a bunch of them as I saw them appearing this morning, and now all my mod points are back. (and no, I didn't post to this story until now)

      Looks like the editors are handing out cans of whoop-ass.

    9. Re:Something very weird is going on in this thread by swb · · Score: 1

      They need to display a dozen pictures of animals and have a dozen radio buttons that have the name of the animal as a picture. The names of the pictures, the placement of them and the placement of the radio buttons needs to be randomized.

      You might OCR the animal names, but OCRing the animal pictures would be harder, especially if you generated all the pictures on the fly from a base picture plus some noise to defeat byte-size matchers and md5 summers.

    10. Re:Something very weird is going on in this thread by jenssoderberg · · Score: 1

      not counting the "excess" as 5 people try to mod it into oblivion at the same time. I don't think thats a problem, slashcode recordniges that someone is tryinging to mod from -1 to -2 and simply states bottom reached, modpoints preserved for the last moderator of the specific post :-)

      --
      /. AC "Concrete lifejackets could get certified under ISO2002"
  24. Classic Slashdot: by Anonymous Coward · · Score: 0

    I hope teh peopol start useing lunix beacaus windowes sucks and creshes all teh time with teh blue screen of deth!!!!!1111

  25. Troll gathering by Anonymous Coward · · Score: 0

    If only I had about a hundred points, I'd mod most comments posted on this topic to -1; the troll flood in the beginning wasn't even the worst of it, and pretty much all the Trek jokes were lame. C'mon people, you can do better than that.. (or, maybe you can't). Samba is not that boring a subject, now is it?

  26. da name has got to go! by MasTRE · · Score: 1

    I just told a co-worker "yo, Samba-TNG just came out" and he was like "they didn't actually name it that, did they?" Another asked "but, is it out now ?"

    ;)

    --
    Must-not-watch TV!
    1. Re:da name has got to go! by psamuels · · Score: 1
      he was like "they didn't actually name it that, did they?"

      (:

      The name is historical. It was originally just another cvs branch in the main samba.org tree - and it had to be called something. The branch tag was SAMBA_TNG.

      Suggestions welcome, I guess, but we probably won't take them. (:

      --
      "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
  27. Piccard Miranda? by secolactico · · Score: 1, Funny

    Gahh! I can't get the image of Piccard with a hat made of fruit dancing to Samba Music out of my head...

    ...Not going to Rio this year...

    --
    No sig
  28. Samba-TNG+OpenLDAP howto by Anonymous Coward · · Score: 5, Informative



    Due to the complexity of LDAP, and samba w/PDC in general about 6 months ago I wroteup a pretty significant document on how to configure and deploy such a system, I've spent more then 40 hours on it to date, it's fairly complete:

    http://howto.aphroland.de/HOWTO/LDAP

    no way in hell could it withstand the slashdot effect, it runs ontop of Zope which is slow enough as it is! Apache seems to be in the order of 2000x to 2500x faster then zope+Zwiki, but the features of zope make it worth it.

    (been on /. for 5 years and still don't have an account)

    1. Re:Samba-TNG+OpenLDAP howto by Havokmon · · Score: 3, Interesting
      Due to the complexity of LDAP, and samba w/PDC in general about 6 months ago I wroteup a pretty significant document on how to configure and deploy such a system, I've spent more then 40 hours on it to date, it's fairly complete:

      http://howto.aphroland.de/HOWTO/LDAP

      no way in hell could it withstand the slashdot effect, it runs ontop of Zope which is slow enough as it is! Apache seems to be in the order of 2000x to 2500x faster then zope+Zwiki, but the features of zope make it worth it.

      Looks good, too bad if I do a:
      wget -m -GMETA http://howto.aphroland.de/HOWTO/LDAP

      It doesn't do anything useful.. You don't run standard HTML (which is understandable), and all your links are hard links. I suppose I could 'sweep' the sctructure, and replace 'map' with index.html, and remove the hostname from all the files.. ugh. I'll just bookmark the damn thing.

      Bummer.. I'd hold a copy on my dinky Cable for temp use (and my own use)

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
    2. Re:Samba-TNG+OpenLDAP howto by Anonymous Coward · · Score: 0

      Thank you, it's a very useful document. I am using samba 2.2.7 to accomplish the same things, incidentally.

      There is very little good documentation like yours avilable; OpenLDAP and Samba are moving too fast for proper documentation to catch up. For example, OpenLDAP now supports TLS to the slave servers without using stunnel.

      --Charlie

    3. Re:Samba-TNG+OpenLDAP howto by Anonymous Coward · · Score: 0

      Off the cuff, I haven't spent more than a couple seconds thinking about it, couldn't you use wget's --convert-links option?

    4. Re:Samba-TNG+OpenLDAP howto by Havokmon · · Score: 1
      Off the cuff, I haven't spent more than a couple seconds thinking about it, couldn't you use wget's -- convert-links option?

      Potentially, but I already spent too much time finding the -GMETA option, because it was initially dying tyring to get a non-existant robots.txt...

      So I've given up.. His loss if he wants someone to mirror his site..

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  29. Re:Interesting.. by Anonymous Coward · · Score: 0

    google .

  30. Re:Breaking News! by Anonymous Coward · · Score: 0

    This is a brand new hack. 2nd incident. Sadly.

    The site admin should be fired.

  31. Gui configuration tools? by Anonymous Coward · · Score: 0, Interesting

    Does it have graphical configuration tools like NT4?

    1. Re:Gui configuration tools? by Anonymous Coward · · Score: 0

      In a futile attempt to overcome the millions of troll messages, a dumbass rtfm-type question like this gets moderated interesting... ...i feel...the end is near!

    2. Re:Gui configuration tools? by Jellybob · · Score: 5, Interesting

      From what I read in the summary, you can use the same tools you'd use to admin a native NT4 server, at least for the server list, and users.

    3. Re:Gui configuration tools? by user32.ExitWindowsEx · · Score: 1

      So does that mean you need WINE and a NT 4 CD to extract the tools from?

      --
      "Evil will always triumph because good is dumb." -- Dark Helmet
  32. Re:I've read the FAQ, but still don't know by Anonymous Coward · · Score: 0
    hella funny!

    I thought it stood for "New Technology" or "More Stuff for Microsoft to Break".

  33. Re:I've read the FAQ, but still don't know by Anonymous Coward · · Score: 2, Funny

    You mean "Tng is Not Gnu" I am sure ?

  34. TNG by evilviper · · Score: 0, Troll

    Sure, everyone likes TNG, but what you don't realize is that the next versions ('DS9' and 'Enterprise') will be big let-downs to everyone...

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    1. Re:TNG by Anonymous Coward · · Score: 0

      Sure, everyone likes TNG, but what you don't realize is that the next versions ('DS9' and 'Enterprise') will be big let-downs to everyone...

      Particularly 'Samba:Enterprise' which will only support IBM LAN Manager protocol emulation over ARCNet ;)

  35. For those noticing strange activity in -1territory by josh+crawley · · Score: 1, Offtopic

    Seems some trolls have mass-registered Emails and accounts for SLashdot under the name of "CLIT Drone No. (randNum)". Now they are mass-posting some anal gay fantasy at a default of +1. Editors are working on it, but the troll engine is still pumping crap in +1.

    For your information, read at +2 for this article.

  36. Are we no longer nerdy? by mjh · · Score: 3, Funny
    Samba-TNG (the next generation)

    If this is "news for nerds" site, was it really necessary to explain what TNG means? Or do I now have to stop imagining all my fellow /.ers posting in their klingon uniforms?

    --
    Key to financial independence: Spend less than you earn. Save and invest the difference. Do it for a long time.
  37. Re:Linux? by Thud457 · · Score: 1

    Because apparently there isn't a good opensource, errrr... Unix speelchecker!

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  38. Re:For those noticing strange activity in -1 by Anonymous Coward · · Score: 0

    it doesn't help that rogue moderators are putting some real content at -1

    then there's the Signal-11 factor: M2 has become a string of spineless "accepts"... penalties for rogue M2 is garbage, if you penalize people for rejecting moderations in M2 then you lead people into a herd mentality

  39. thanks for the breakdown, you fucking genius by Anonymous Coward · · Score: 0

    glad someone's got the inside scoop -- I'd have *NEVER* figured all that out! you must have gone to college!!

  40. Re:For those noticing strange activity in -1 by josh+crawley · · Score: 1

    ---then there's the Signal-11 factor: M2 has become a string of spineless "accepts"... penalties for rogue M2 is garbage, if you penalize people for rejecting moderations in M2 then you lead people into a herd mentality

    Actualy, I put an unfair on everybody. Doesnt matter if it's insightful or troll, unfair it gets. Even for general tech public, they're still idiots. I'd rather cycle through idiot moderators than keep the old ones in (sounds almost like politics).

  41. Article Extremely Misleading by 0x0d0a · · Score: 1, Informative

    This whole thing about a "fork" is kind of bogus. It's hardly a "fork" in traditional sense, like WINE or BSD.

    Even the letter linked to is quite old.

    Here's a simplified version of what happened: there was one Samba. One group of people wanted to rearchitect it to make significant improvements. Another group of people pointed out that a lot of people depend upon Samba as a production server, and would be without major bugfixes or improvements while Samba's guts were ripped out, especially since it might be years until Samba functionality reached former levels.

    Basically, the two groups couldn't agree, and a fork occured. The old Samba was maintained to keep people who were currently using Samba happy, and the new Samba was placed on the operating table and dubbed Samba: The Next Generation.

    A while later, both groups decided that Samba:TNG would make a good next major version for Samba. The old Samba will become 2.x, and Samba:TNG will become 3.x. So basically, all we have here is a Linux 1/Linux 2 or GNOME 1/GNOME 2 situation. The two forked for a version change.

    Most of the changes in TNG were based around domain controller stuff. Since I only use Samba as a client, it doesn't really affect me much...

    1. Re:Article Extremely Misleading by abartlet · · Score: 5, Informative

      This comment is misleading. There are no plans for samba.org to release Samba TNG, they are there own project now, and we have our own development process that is producing a very nice PDC for 3.0.

      Samba 2.2 contained basic domain control capabilty, and 3.0 really does a good job of completing it.

      Also, Samba 3.0 does many things that TNG does not - in particular Active Directory client support, and even Active Directory DC developement (very early)

    2. Re:Article Extremely Misleading by Vlad_the_Inhaler · · Score: 1
      No, sorry - that is not correct. Samba 3.0 has been in Alpha for a while but it is from the normal Samba team and has nothing at all to do with Samba TNG.

      Samba 3.0 comes with (I think) 3 daemons. The last time I heard, Samba TNG came with quite a few more than that. This approach was rejected by the Samba team as being simply too complicated to administer, a decision that lead directly to the fork.

      I had actually thought that TNG had run out of steam and was fading away, but this announcement seems to contradict that.

      Most of the changes in TNG were based around domain controller stuff. Since I only use Samba as a client, it doesn't really affect me much...
      Same here.

      --
      Mielipiteet omiani - Opinions personal, facts suspect.
    3. Re:Article Extremely Misleading by psamuels · · Score: 1

      Mod parent up, cliche as that sounds. Andrew is on the Samba team and follows samba-tng as well.

      There are no plans for samba.org to release Samba TNG

      I think the confusion came about because samba-tng used to be just another cvs branch at samba.org, and the plan was to merge the useful bits over to the head branch. I guess to some people that sounds like "releasing another version of samba-tng".

      --
      "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
  42. Advantages over Samba-TOS? by Erik+Hensema · · Score: 3, Interesting

    So what exactly are the advantages of TNG over TOS (The Original Samba)? And I don't mean 2.2.x, but the 3.0 developement series.

    --

    This is your sig. There are thousands more, but this one is yours.

    1. Re:Advantages over Samba-TOS? by Lxy · · Score: 1

      I'm not 100% sure, but my understanding is that some of the Samba developers wanted to replace Microsoft entirely, whereas the Samaba project was designed to coexist with an MS environment. The TNG team forked the code to produce a true replacement to an MS PDC and to implement less stable features without breaking the solid Samaba codebase.

      --

      There is no reasonable defense against an idiot with an agenda
      :wq
    2. Re:Advantages over Samba-TOS? by psamuels · · Score: 2, Insightful
      my understanding is that some of the Samba developers wanted to replace Microsoft entirely, whereas the Samaba project was designed to coexist with an MS environment.

      Well, it's vague at best. Mainly it's just a fork, with occasional code merging in both directions (though we (-tng) take quite a bit more from them (samba.org) than they do from us). Many things samba.org does better, a few things we probably do better, but then again some of the differences are just ... differences.

      Sorry it's hard to give a more concrete reply - I don't know the exact capabilities of samba 3.0 alpha. I suppose abartlet (from samba.org) will give you a more complete answer, as is his habit. (:

      --
      "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
  43. Don't jump on conclusions by Koyaanisqatsi · · Score: 2, Insightful

    Quotes:
    (...) releases the first beta of Samba-TNG (...)
    (...) it is _the_ alternative solution for Windows domain controlling at the moment (...)

    While I'm all for OSS alternatives to M$ products, I don't think it is wise to call a "first beta" product a viable alternative to NT4, which is proven and tested (I can almost feel the fames coming now)

    1. Re:Don't jump on conclusions by GombuMstr · · Score: 2, Informative

      Well..... We are successfully using it since June of 2001 pre beta.... pre anything. We have not had a single problem with it except for printing. We solved that with Samba. It is really quite usable. Just don't run smbd with -d 10 and forget about it. :)

    2. Re:Don't jump on conclusions by redog · · Score: 1

      "I don't think it is wise to call a "first beta" product a viable alternative to NT4, which is proven and tested"

      If the SAMBA Team were to follow M$ standards it would be a "Full version" release.
      They would hide all its faults and issue service packs upon public awareness.
      IMHO Windows 95 shoulda be 4.0a
      Windows 98 shoulda been 4.0b
      2000 shoulda been released as v4.0
      XP shoulda been an expansion pack.

  44. TNG by Lxy · · Score: 1

    I've been using TNG for awhile now. It makes a great replacement to a PDC, even if it is only in beta.

    What I'd like to know: TNG was forked to create an unstable environment to test stuff. Since Samba was such an awesome piece of code, the developers forked TNG to try some things. Now, TNG is looking stable. Where can it go next? Another fork? Where is all the really unstable testing going from here?

    --

    There is no reasonable defense against an idiot with an agenda
    :wq
  45. Missing feautures vs samba3 by buchanmilne · · Score: 1

    It would appear that at present samba-tng isn't ready for production use (as with samba3), since it doesn't support:
    -ACLs (which we rely on with samba-2.2.x)
    -Locking
    -Advanced printer support.

    I'll continue testing samba3 and keep samba-2.2.x in production for the next few months.

  46. Printing? by FatherOfONe · · Score: 2, Interesting

    I noticed on their status page that they don't support printing. This seems like a kinda huge issue.

    Did I mis-read it?

    --
    The more I learn about science, the more my faith in God increases.
    1. Re:Printing? by psamuels · · Score: 5, Informative
      Did I mis-read it?

      No, you read it right. Here's the thing. samba.org has a much larger and (well, at least back in the boom days) better-funded team than we do, so we can only concentrate on so much at a time. Printing just isn't a priority. It might work in samba-tng, in some cases (it is after all derived from samba.org code, which includes printing) but we don't pay much attention to it.

      If you need your PDC to also be a print server, you should either (a) run samba-tng and samba.org on the same machine, on two separate IP addresses and netbios names (yes, this is a common and supported configuration), or (b) just use samba.org for your PDC, which in the past wasn't such a great idea but nowadays it is reported to be quite usable.

      --
      "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
    2. Re:Printing? by FatherOfONe · · Score: 1

      Cool. Thanks.

      --
      The more I learn about science, the more my faith in God increases.
  47. ACLs? by hughk · · Score: 1

    When will they support ACLs? This is the big gotcha ifor commercial use? I guess they will need ACLs in the underlying file systm as a prerequisite.

    --
    See my journal, I write things there
    1. Re:ACLs? by Junta · · Score: 2, Informative

      Samba already does support ACLs... I know that is at least possible if XFS is the underlying filesystem. It may be true for the other acl implementations, but Samba certainly is capable.

      As an aside, I'm really not that big of a fan of ACLs, they get too complex for users to effectively manage too quickly in large organizations. Sure, in theory it is good to give that degree of granularity, but in practice it is too fine grained. Now if the users used acls judiciously, it is no problem, but I often see users frequently adding groups and users to allow access to certain files without bothering to ever remove them. At that point, the permission system breaks down, and that is my complaint about ACLs.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    2. Re:ACLs? by cbreaker · · Score: 1

      I don't agree. In my opinion, the traditional UNIX type (at least in the filesystem) access control is too simple. It ends up being a lot more complex in the long run when you need another level of granularity.

      ACL's are very easy to maintain and it's not the fault of the system if the users of such a system misuse it. Any system will fail if it's not properly used.

      --
      - It's not the Macs I hate. It's Digg users. -
    3. Re:ACLs? by hughk · · Score: 1
      I started working with OpenVMS, which implements ACLs quite well for just about everything, including the file system.

      The key point when I first learned about the real-world use of ACLs is that they cost performance. The more ACEs to be checked before an ACCEPT or DENY, the slower the access. The 'secret' was grant access to groups rather than individuals and then to grant or revoke group membership. It is fast and easy to manage.

      Moving to WinNT and later ACLs was easy although the tools, whilst prettier, were harder to use. However the ability to tune access to shared resources across an entire organisation meant that it was accepted rapidly.

      I know XFS does ACLs but reliable ACL support has been a little difficult for some of the other filesystems like ext3. RedHat, for example, were due to ship with it in 8.0, but the bug reports during the beta phase forced them to withdraw it.

      According the Web-page, Samba-TNG doesn't do ACLs yet on any file system. This is a shame because that is exactly what we need (in addition to PDC/BDC support) that would allow orgnisations to drop in Linux systems to replace Win NT servers. I'll happily wait for 2K support but those ACLs are important now.

      --
      See my journal, I write things there
  48. Re:For those noticing strange activity in -1territ by (startx) · · Score: 1

    reading at +2 still doesn't help when retarded people (or the trolls themselves) mod the shit up as Funny.

  49. Still doesnt fix a Samba problem. by Lumpy · · Score: 4, Interesting

    Older but still heavily used DOS based Medical and Accounting packages WILL NOT reliably use a samba machine for a SMB share. a NT server will do it fine, but samba, including the latest and greatest will not. it keeps losing data or losing the connection.

    Cince most doctor offices still use Dos based medical software, and Most companies still use their DOS based Accounting software (Quickbooks is a Joke compared to these real accounting packages) any migration of their servers to linux spells doom.

    I've waited for over 4 years for this issue to be dealt with and it seems that the samba team is not interested.

    I personally wouldn't use these old (but still cost thousands today) apps.... but you cant tell a customer that to save $400.00 on their server they need to spend another $5500.00 to change their software suite and spend 100-200 hours manually keying in the old data into the new system.

    companies are funny that way.

    --
    Do not look at laser with remaining good eye.
    1. Re:Still doesnt fix a Samba problem. by Mr.+Firewall · · Score: 2, Interesting

      Older but still heavily used DOS based Medical and Accounting packages WILL NOT reliably use a samba machine for a SMB share. [snip] it keeps losing data or losing the connection.

      We ran into something similar in my former place of work, and IIRC it got solved shortly after I left.

      If you're interested, I can try to dig up the details for you.

      --
      In times of universal deceit, telling the truth gets you modded -1 Troll
    2. Re:Still doesnt fix a Samba problem. by Spruce+Moose · · Score: 3, Informative

      When did you last post to samba-technical about it?

      Try again - you might have some better luck. Bring your log file at debug level 10 with you.

    3. Re:Still doesnt fix a Samba problem. by Kashif+Shaikh · · Score: 1

      I'm interested in this case...why will DOS lose data or connection to a samba server?

      Is it because it uses older SMB protocol dialect? Or does it have something to do with DOS behaviour towards FAT? And how many people are actually using DOS?

    4. Re:Still doesnt fix a Samba problem. by Knightmare · · Score: 2, Informative

      Unfortunately I would like to say nobody but... that seems to be far from the truth. Spend a little time doing consulting for the medical industry and you will be VERY surprised what you find. Alot of hospitals doing upgrades from 95 to 98, while xp is already at SP1. I figure by 2010 they will be up to NT4.

      And yes there are people still using dos. Hell there are pharmacy packages that run off dual floppy computers still. Medical industry is the king of legacy. Low IT budgets and the fear of messing with something that "works." In most other places the biggest fear you have is an assembly line stops for a few minutes, or a website goes down for a few minutes (God forbid.) But you screw up an upgrade or change out to something that doesn't have a feature needed in the medical industry.... you might start killing people. Stakes are a little high, so the idea of if it isn't broken don't fix it is rather common.

    5. Re:Still doesnt fix a Samba problem. by gdav · · Score: 1

      I guess your problem is that MS Network Client for DOS (Lan Manager 2.2 client?) works well over netbeui and badly over tcp/ip (memory and other problems). NT offers SMB over Netbeui, Samba doesn't as yet AFAIK (some info here).

      Where I work, we have to support one elderly networked DOS app. It runs splendidly in a DOS window under NT or 2000, 640K DOS memory! The network redirections are all passed through to the underlying NT/2000 operating system which talks nicely to Samba.

    6. Re:Still doesnt fix a Samba problem. by Anonymous Coward · · Score: 0

      Bingo!

      you are the only poster who got the answer right.

      This is exactly the problem. Except it is the FoxPro underlying basis of the medial app that is the problem... (and is the problem with many Accounting apps... Champion controller one of the most used Industrial and commercial Accounting and POS systems is Foxbase/Foxpro based....

      Even using NT on the systems to run the DOS app it still fails once in a while on a samba server but works flawlessly on an NT server or On a Novell 3.x server (Novell sucks horribly BTW.. After that fight I'm a member of the I hate novell club.. we meet wednesdays :-)

      I tried it recently, it STILL fails to have complete stability under samba. I'm guessing that supporting this legacy protocol is not high on the samba' team's radar and understandably why it isn't.

      it's about damned time the tightwad, rich-ass doctors spent money on their practice instead of another Jaguar.

      doctors are the biggest tightwad-jerks I have EVER met. they gladly shaft the patents with high fees while they whine horribly over spending $100-$400 to fox a computer or printer.

    7. Re:Still doesnt fix a Samba problem. by gdav · · Score: 1

      Aha, I have dim memories of horrid Foxpro for DOS locking oddities. But too long ago to remember if we ever found a fix.

      Foxpro for windows was even more of a giggle. I remember an accounting system written in Foxpro for Windows that one day offered us the unforgettable message "Fatal Error 6 attempting to report Error 6".

      It's retro-computing day for me today - just dug out a Victor Sirius 9000 (vintage 1982) to read and transfer some data disks. Works perfectly!

    8. Re:Still doesnt fix a Samba problem. by Just+Some+Guy · · Score: 1

      it's about damned time the tightwad, rich-ass doctors spent money on their practice instead of another Jaguar.

      Uh-huh. My wife would never let me buy a computer to run OSCAR (Open Source) for her practice management system when we could upgrade my used Oldsmobile to a Ferrari. Oh, wait, that actually happened!

      doctors are the biggest tightwad-jerks I have EVER met. they gladly shaft the patents with high fees while they whine horribly over spending $100-$400 to fox a computer or printer.

      First, a typical medical practice has a 50% overhead (did you think those needles and blades were free? The nurses? The hydraulic chairs? The sterilizers?). Second, are you naive enough to believe that insurance companies actually pay the billed prices? Reimbursement via government programs is unbelievably horried (think $20 for a $800 surgery). Since many doctors are still paying off their student loans, you can damn well bet they're trying to save every dime they can.

      Sorry, but you touched a nerve. Some idiots have this idea that doctors are a bunch of rich, greedy bastards. While a few probably are, the vast majority are regular folks who are just trying to make a decent living.

      --
      Dewey, what part of this looks like authorities should be involved?
  50. Inside information by Darth+RadaR · · Score: 1

    I took Gerald Carter's Samba tutorial at the 2000 LISA conference during the early going-ons with TNG. He expressed that he was mildly disappointed that they wouldn't go with his idea to just call it "Tango" because it would go so adorably with "Samba". Oh well....

    ;^)

    --
    /*drunk.. fix later*/
    1. Re:Inside information by LordWoody · · Score: 1

      Tango is a web (?) programming enviroment used on Mac systems. So I am sure they would get a nice document from some nice lawyer had they done that.

      --
      Never meddle in the affairs of dragons,
      for you are crunchy and good with catsup.
    2. Re:Inside information by psamuels · · Score: 1
      He expressed that he was mildly disappointed that they wouldn't go with his idea to just call it "Tango" because it would go so adorably with "Samba".

      Oh, was that Jerry's idea? I've always wondered who came up with that one.

      And no, we don't intend to start calling it Tango. (:

      --
      "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
  51. Feeding a troll? by Mr.+Firewall · · Score: 1

    If you would actually consider implementing Samba as a primary authentication service in a production environment then you are utterly mad. Even Samba-TNG will not be suitable for quite some time now for anything outside of a home network.

    Administering Samba is a pain in the ass, frankly.

    Normally I don't respond to anonymous cowards. Normally I do not feed trolls, either.

    So I won't. However, I shall say that, as a former network admin at a college, I did find Samba useful "outside of a home network." VERY useful.

    Yes, I had to maintain two username databases (but only one password database). Big effing deal. So I wrote a script (yawn) -- not difficult to do, and it takes that script all of about 80 seconds to create all the usernames needed at the beginning of Fall Term (while doing the same job in NT/2000 takes days).

    Samba a pain in the ass? (chuckling over the parent poster's cluelessness) Not even! It cut my workload down to about one-third of what it took to administer the same file server when it was running NT!

    --
    In times of universal deceit, telling the truth gets you modded -1 Troll
  52. Reason modifier trick by Jeppe+Salvesen · · Score: 1

    Of course it doesn't. Click here, and set the funny reason modifier down. That will help you.

    --

    Stop the brainwash

    1. Re:Reason modifier trick by Zaknafein500 · · Score: 1

      Actually, the best way to handle this is to assign a -1 penalty to new users.

      --

      "The guide is definitive, reality is frequently inaccurate."
    2. Re:Reason modifier trick by Spellbinder · · Score: 1

      this would be really frustrating to new users because they would never be heared and as effect of this never modded up and then disappeare =(((

      --


      stop supporting microsoft with pirating their software!!!!!
    3. Re:Reason modifier trick by Permission+Denied · · Score: 1
      Actually, the best way to handle this is to assign a -1 penalty to new users.

      That would be great, but apparently "new user" means "anything within the past year." I've been reading slashdot since late 1999 (when they first introduced accounts), but didn't sign up until last year. Kind of annoying.

    4. Re:Reason modifier trick by Zaknafein500 · · Score: 1

      You are correct. I have had this account for a couple years, and it was modding me down for being a new user., even when I had the threshold set to it's lowest (1%) Perhaps more options should be available for that function, like an option for a set amount of time. Also, I think perhaps Taco needs to purge some inactive accounts.

      --

      "The guide is definitive, reality is frequently inaccurate."
  53. Re:For those noticing strange activity in -1territ by The+Bungi · · Score: 1
    Seems some trolls have mass-registered Emails and accounts for SLashdot under the name of "CLIT Drone No. (randNum)". Now they are mass-posting some anal gay fantasy at a default of +1.

    Whoa. You don't say!!??

    Editors are working on it, but the troll engine is still pumping crap in +1

    Yes, exercising their legendary thread bitchslapping powers instead of fixing the damn moderation system.

  54. Re:I've read the FAQ, but still don't know by psamuels · · Score: 1
    You mean "Tng is Not Gnu" I am sure ?

    Heh. Good one. I might have to add that to the faq. Do you have a real name I can credit, or will Mr Coward have to do?

    --
    "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
  55. Samba + ldap for pdc+bdc at our shop, too (2.2.x) by JimmytheGeek · · Score: 1

    Getting group membership to work properly has been a bit of a chore, but group permissions on the file shares works nicely.

    I don't really see a value in having an NT 4.0 bdc taking orders from the samba pdc - just convert them both!

  56. I'm interested in how they solved it by Hecatonchires · · Score: 1

    I'd love to do it and save my dad some money.

    --

    Yay me!

    1. Re:I'm interested in how they solved it by Mr.+Firewall · · Score: 1

      Okay, I just heard back from my replacement there. I have good news and I have bad news.

      The good news is that it turns out that the problem wasn't with Samba. It seems that not all versions of the workstations there were running the same version of a certain Borland library.... causing the shared database to get hosed.

      The bad news, of course, is that I don't have any information that will help you.

      Sorry, dude.

      --
      In times of universal deceit, telling the truth gets you modded -1 Troll
  57. Samba vs Samba-TNG by boots@work · · Score: 2, Informative

    Samba-TNG was originally an unstable CVS branch, run by people from the Samba team. However, the project has now forked, and is developed by a separate group. It's vaguely similar to XEmacs vs GNU Emacs, although the details are very different.

    If you want the unstable version of Samba, try the Samba 3.0 alpha snapshots. Many of the domain integration features will be in this development series. If I understand correctly, some of the code is reused from Samba-TNG (both projects are GPL'd), but most is rewritten.

    As Andrews says in the open letter, diversity is good: you can try -TNG and 3.0a and see which one suits you.

  58. Re:*BSD is dying by Anonymous Coward · · Score: 0
    Probably never. As if THE antenna

    would see?

    http://www.google.com haha
    http://www.google.com

    ??

  59. Excel supports it by pkphilip · · Score: 1

    I think Excel supports concurrent edits by multiple users across the network.. that support has been there since Office 97 atleast. You will need to enable a "share" option - don't quite recall where.

  60. Ce la vie by Hecatonchires · · Score: 1

    Oh well

    --

    Yay me!

  61. Re:Still doesnt fix a Samba problem. Little Advice by puto · · Score: 2, Informative

    I am gonna have two subjects in this message. One a suggestion to fix the problem, and two, some advice on the medical software industry.

    You are running dos software? I am assuming you are peer to peered unless you are running it across NT. Also assuming you want to put in a Linux box so you can have a fileserver, web proxy, and whatever your heart desires.

    I dont know your office but i cant imagine it is very large if you are using DOS, otherwise you could have used novell. You dont have NT, or why would you worry about Samba?

    Heres what I would do. Goto ebay. You can Lantastic with 10 licenses for 40 bucks. You can acquire as many as you need at that price or lower. You acquire an old p2 or p3 for 200 bucks and your choice of ram. make sure it is in good shape. Pricewatch a new one. 150 bucks for a new p3 750, kick another 100 for hard drive and nic. You ever seen DOS run on a p///??? Like a scalded dog.

    Pop lantastic on that baby and fire it up and walk away. Problem solved for 300 bucks. And whatever labor you charge.

    Give me some more details on what you want to do and what you currently have installed. Then I can probably be a lot more helpful.

    My father ran a medical management company from 1970 to 1998. He had a mainframe installed in his office in 1970 to manage the financial end of the business then. He was way a head of his time. Offer the years I saw him switch systems from IBM/36s, in house Cobol Programmers, Sco boxes, Lantastic, Novell and finally to NT. And I learned them as they came out.

    I installed and supported a variety of systems over a 10 year period in the medical industry. So let me drop a dime on you and save you some headaches. I also did a stint for a group of 8 clinics as the IT guy. 30k active patienrs running through my box. AS400, 8 modems. All locations dialed in with 286, 386s. with a client. Ran smooth as hell.

    PLUS I was an actual clinic manager. I know the financial side as well.

    ****KEEP THE OLD SYSTEM RUNNING***** Whether it is still on the network or you got one station.

    1. They have access to all the old records, as will be explained.
    2. Something happens(employees refuse to learn new stuff) your box blows up. You got the old one as back up.

    1. Doctors make plenty of money. But they do not like to spend it in their practice, usually the least amount is done on the system. And with good reason. Late 80's billing systems that filed electronically could cost a 250k and upwards. But most medical tech sales people approach it the wrong way. Tell them to finance it(yes banks will finance software and hardware together) make it a part of operating costs, and they can write the whole thing off, so no need to skimp. Get the numbers together. When you give final bid. Show them total cost. Then show them that they can finance for three years at 500 a month.

    And remember all of this really hinges on docs being cheapskates.

    2. DONT SKIMP ON HARDWARE OR SOFTWARE that manages peoples money. Because that 400 you saved you went with some cheaper hardware. It craps out. The manufacturer doesnt get the blame, you get the blame. You cant say"well you wanted to save money on the hardware" A doctor will have a lawyer on your ass in a heartbeat. And then tell all his doctor buddies at the club you are a louse. Remember you have to fix the hardware. Get a Dell. They make good on the warranty and quick. Docs also like big named companies, might have stock in them. Docs will throw a bone that way.

    3. Most real practice management software, legacy software was made to run on old Unix boxes. AS400's. Some of it was later ported to dos boxes, or to run on Novell. However, the medical industry preffered UNIX. I have seen logs of uptimes of 5 years plus, and even one for 8. NT and SQL has made heavy inroads. Honestly, in all my years I only saw a few dos apps, and most were just clients that hit a nix box.

    4.And if you glean anything from this post make it this. It is a good selling point, headache saver, and NECCESITY if you are going to have peace of mind.

    NO DATA CONVERSION. Unless you intimatley know both databases, or someone has written a tool to go from one to the other. Do not do it.

    A. You usually can only get patient demographics and money owed. Too difficult, costly, to get all historical data. Those old 'bases aint pretty.
    And it costs money. And the first time Betty Sue Blowjob whines to the doc all the history aint there(cause she is too lazy to fill it in) he reams you.

    B. Docs carry around a load of DEAD Accounts receivables. So you been using a system for 8 years, you are carrying around loads of deadbeats. If they hadn't paid in three, they will not pay ever. So any reporting on the A/R is useless. I knew a doc with 8 million in outstanding. And i did a couple queries, and it was because since he started practicing, he kept people on the books. Now is a good time to start fresh. Make this point to him. They alway go for it if you can explain it concerning money. Tell them that he can get current real A/R totals ,and on the old machine turn over all stuff over three years out to a collection agency(careful with this, some people are on payment plans and do not deserve collections).

    5. Whenever a patient comes in the girls can say"Hey we have a new system, new encounter form, whatever" and have the patient fill it out. As each patient comes in, they do this. You clean up the patients files this way, mistakes, get all the new info, and it really is not too much work for the girls to do. And they do not have to sit 100 hours in a row rekeying. Just as necessary. And really, takes about 6 minutes for a normal typist to whip this on in. I did a study of this with 10 office workers.

    So I hope I hope I have given you some ideas and things to look out for. You gotta really go head to head with docs. But 90% of it are people issues. I no longer work in this part of IT because it burned me out. I wouldn't reccomend it to anyone. And I left good money.

    --
    The Revolution Will Not Be Televised
  62. From a non-resident Indian... by Anonymous Coward · · Score: 0


    thank you, kind sir, for your post brought back many memories!

  63. Sidebar on BDCs by davecb · · Score: 1
    NT needs BDCs because the PDC might have crashed, had a hardware fault or been accidentally turned off.

    If you put your PDC on a machine with reasonable redundancy, you don't need a BDC. If you can't afford any downtime, put it on a cluster.

    --dave (unix bigot, you understand) c-b

    --
    davecb@spamcop.net
  64. Patented by yerricde · · Score: 1

    put something nontrivial to defeat on the account creation page. the current "type this" challenge is a joke.

    But anything that's not a joke is already patented.

    --
    Will I retire or break 10K?
  65. it's not trolling by Anonymous Coward · · Score: 0

    it's crapflooding. there's a difference.

    -- pinocchio

  66. Last Post! by alpg · · Score: 0

    An interpretation _I satisfies a sentence in the table language if and only if
    each entry in the table designates the value of the function designated by the
    function constant in the upper-left corner applied to the objects designated
    by the corresponding row and column labels.
    -- Genesereth & Nilsson, "Logical foundations of Artificial
    Intelligence"

    - this post brought to you by the Automated Last Post Generator...