Jump to content

Recommended Posts

Posted

Hi all,

 

I am currently in the process of re-writing the sims2ad vb script and changing it to a moodle block.

 

The question i have could people supply the format of their usernames ie

 

[intake Year][initial First Name][initial Middle Name][surname]

 

i would like to include as many formats as possible.

Posted

@Gatt,

 

Thanks

 

Another question to add.

 

Does you ad structure mirror the following structure?

 

OU=[school Name]

+=Year [intake Year]

 

ie

 

OU=School

+= Year 07

+= Year 08

etc

Posted
[First Initial][Middle Initial][surname]

Though not all kids/staff have a middle initial!

 

What happen if you have two people with the same name?

Posted

[2-digit-YoE]+[surname]+[FirstInitial] e.g. 08BloggsJ - if there is say a John & a Jane, then 08BloggsJo & 08BloggsJa

 

OU=School

+=Users

+=Students

+=?? Intake (?? being YoE)

Posted

You know that Capita to a AD provisioning plug in for SIMS ? And I think it lets you use some sort of regular expressions to assign usernames (it certainly let me do this for our SLG users).

 

Staff: First 4 letters of firstname, first four letters of surname, so GordBrow, this is what we use for SIMS.net and AD domains.

I was talking to a new member of staff who'd had logging on issues, due to the fact at his previous school they use first three of the forename and first 3 of the surname.

 

For students it is just [surename][forename initial][as many middle name initials as I can get][numeric counter if more than one]

 

(so how I managed to get SmithC5 is because, I have 6 students with no middle names, but the forenames start with a C).

 

 

We have students in AD as [ /students/2009Entry/{username} ]

 

 

If you want to confuse matters, we also store the users home folder in [ d:\users\09\{form}\{username} ] which we share out to the user as [ \\servername\{username} ]

whereas staff are in [ d:\users\staff\{teachers or support}\{username} ].

Posted
You know that Capita to a AD provisioning plug in for SIMS ? And I think it lets you use some sort of regular expressions to assign usernames (it certainly let me do this for our SLG users).

 

Staff: First 4 letters of firstname, first four letters of surname, so GordBrow, this is what we use for SIMS.net and AD domains.

I was talking to a new member of staff who'd had logging on issues, due to the fact at his previous school they use first three of the forename and first 3 of the surname.

 

For students it is just [surename][forename initial][as many middle name initials as I can get][numeric counter if more than one]

 

(so how I managed to get SmithC5 is because, I have 6 students with no middle names, but the forenames start with a C).

 

 

We have students in AD as [ /students/2009Entry/{username} ]

 

 

If you want to confuse matters, we also store the users home folder in [ d:\users\09\{form}\{username} ] which we share out to the user as [ \\servername\{username} ]

whereas staff are in [ d:\users\staff\{teachers or support}\{username} ].

 

Hi ,

 

Yes I am aware of the AD provisioning with SLG.

 

Our LA is looking at hosting our SLG so the we will have to hand over control of our ad domain to allow single sign on.

 

We prefer to use as little MS software as possible, save the continual upgrade cost.

 

I will add your username format to the list, i will look into the folder creation part later on, we currently use a samba server to host out home folders as it creates the home directories on first logon.

Posted
Our LA is looking at hosting our SLG so the we will have to hand over control of our ad domain to allow single sign on.

 

SLG accounts can be consolidated against different AD domains, so technically there's no reason that the LA shouldn't be able to provision to a domain of their own, then consolidate those accounts against your own internal domain for single sign-on.

 

This does require trusts to be set up correctly.

  • 1 month later...
Posted

Hi Penfold,

 

Could you tell me how I could modify this script so I could use pupil admission numbers for their logins/home drives?

 

Currently, I have setup the view in SQL which I've slightly modified to also select student admission number and strip out the leading zeros. It then puts these in another column, Expr1.

 

Thanks chap :)

Posted
Well I assume your SIMS server is Windows, assume you can join the dots. (Also will save on network traffic)

 

I'm in the process of converting the sims2ad to a moodle module to allow for better administration.

Posted
I'm in the process of converting the sims2ad to a moodle module to allow for better administration.

 

Could always use the commandreport tool to generate reports on a schedule, then link into those from your linux box.

Posted
Could always use the commandreport tool to generate reports on a schedule, then link into those from your linux box.

 

can you point me in the direction of the command reporter documentation?

Posted

@matt40k:

 

what rights does a user need apart from third party reporting?

 

As currently i have created a user called SIMS2AD and it logs in fine but command reporter dies with an error of no permission on report.

Posted

Assuming the report is pulling only pupil data, something like class teacher, or such will do it.

 

You might want to create a custom security group with just the required permissions (be (completely) better then UniServity then) . Latest list is on capita's supportnet - 15163

Posted
Assuming the report is pulling only pupil data, something like class teacher, or such will do it.

 

You might want to create a custom security group with just the required permissions (be (completely) better then UniServity then) . Latest list is on capita's supportnet - 15163

 

@matt40k

 

I had a look at your report, it currently only lists students, i can't find a away in sims to show students and teachers with there roles.

 

Do you know of a way?

  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...